francoeder opened a new issue, #9834: URL: https://github.com/apache/apisix/issues/9834
### Description Estou nos meus primeiros passos com o Apache APISIX. I just followed the step by step contained in this page [apisix-workshop](https://boburmirzo.github.io/apisix-workshop/#_route_configuration), promoted by Bobur Umurzokov. What did I do: - I uploaded the containers by the docker-compose command - I created a route to an api that I already have published - I created an upstream - I edited the created route to consider the created upstream However, when invoking a GET request for the mapped route, I get the error "400 Request Header Or Cookie Too Large". `curl -i -X GET "http://127.0.0.1:9080/api/v1/conteudos"` Can anyone help me? ### Environment - APISIX version (run `apisix version`): 2.13.1 - Operating system (run `uname -a`): Windows - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): ??? - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): 3.4.15 - APISIX Dashboard version, if relevant: 2.10.1 - 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]
