kayx23 commented on issue #11200: URL: https://github.com/apache/apisix/issues/11200#issuecomment-2081849497
I am also running into the 504 timeout error with the following log: ``` *3516 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.21.0.1, server: _, request: "POST /anything HTTP/1.1", upstream: "http://174.129.50.9:80/anything", host: "127.0.0.1:9080" ``` It is unclear how to correctly use the `"request_method": "POST"` option without invoking this error. I am changing very minimal config from [the doc example](https://apisix.apache.org/docs/apisix/plugins/forward-auth/#example-usage) and will be easier to reproduce. Details:    Things run well without `"request_method": "POST"` in the plugin config. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
