rohitkrishna094 opened a new issue, #10827:
URL: https://github.com/apache/apisix/issues/10827

   ### Description
   
   I tried following the 2nd tutorial on docs section: 
https://apisix.apache.org/docs/apisix/getting-started/configure-routes/
   
   After applying the route when I hit the curl "curl 
"http://127.0.0.1:9080/ip";, instead of getting the expected response as shown 
on the doc page, I am getting the below error
   
   ```
   <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>
   ```
   
   I am using the below versions
   
   ```
   OS: Windows 10
   Docker: Installed through docker desktop in WSL(windows subsystem for linux)
   docker version: Docker version 24.0.7, build afdd53b
   wsl distro: Ubuntu 22.04.3 LTS
   apisix version: Server: APISIX/3.7.0
   ```
   
   Note that I have noticed the same issue happening on multiple laptops with 
different OS and different docker versions.
   
   ### Environment
   
   - APISIX version (run `apisix version`): `Server: APISIX/3.7.0`
   - Operating system (run `uname -a`): `Linux DESKTOP-71D146F 
5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 
x86_64 x86_64 GNU/Linux`
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): Haven't 
installed as these are mentioned as prerequisites on the docs page of apisix.
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): 
`{"version":"3.7.0","hostname":"4d788fe80e1e","id":"e7e1fa65-4cd5-4984-b120-c478676b7853","boot_time":1705381456,"etcd_version":"3.5.0"}`
   - APISIX Dashboard version, if relevant: N/A
   - Plugin runner version, for issues related to plugin runners: N/A
   - LuaRocks version, for installation issues (run `luarocks --version`): 
Haven't installed as these are mentioned as prerequisites on the docs page of 
apisix.
   


-- 
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]

Reply via email to