The request to the forward-auth request contains a Content-Length header and the GET request has no body.
The forward-auth request has no Content-Length header.
apisix-1 | 2024/02/07 20:27:39 [error] 242#242: *648462 [lua] forward-auth.lua:134: phase_func(): failed to process forward auth, err: timeout, client: 172.27.0.1, server: _, request: "POST /test HTTP/1.1", host: "localhost:9080"
apisix-1 | 2024/02/07 20:27:39 [warn] 242#242: *648462 [lua] plugin.lua:1159: run_plugin(): forward-auth exits with http status code 403, client: 172.27.0.1, server: _, request: "POST /test HTTP/1.1", host: "localhost:9080"
Current Behavior
The request to the forward-auth request contains a Content-Length header and the GET request has no body.
Expected Behavior
The forward-auth request has no Content-Length header.
Error Logs
Steps to Reproduce
You can use the following plugin config:
Environment