Mararesliu opened a new issue, #11605: URL: https://github.com/apache/apisix/issues/11605
### Current Behavior I request domain to apisix got HTTP/1.1 400 Bad Request Content-Type: text/html; charset=utf-8 Content-Length: 305 Connection: keep-alive Date: Thu, 26 Sep 2024 06:45:27 GMT Server: APISIX/3.10.0 <html> <head><title>400 Request Header Or Cookie Too Large</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>Request Header Or Cookie Too Large</center> <hr><center>openresty</center> <p><em>Powered by <a href="https://apisix.apache.org/">APISIX</a>.</em></p></body> </html> If i request localhost address is success. ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce use debian 11 wget -O - http://repos.apiseven.com/pubkey.gpg | sudo apt-key add - echo "deb http://repos.apiseven.com/packages/debian bullseye main" | sudo tee /etc/apt/sources.list.d/apisix.list build docker image ### Environment - APISIX version (run `apisix version`): 3.10 - Operating system (run `uname -a`): debian 11 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.25.3.2 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
