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

   ### Description
   
   apisix returns 405 Not Allowed when I use the http methods trace and 
connect. How do I solve it?
   
   the route config is :
   .....
       "priority": 1,
       "methods": [
           "TRACE",
           "POST",
           "GET",
           "CONNECT"
       ],
   .......
   
   the request is :
   [root@localhost]# curl -X TRACE "http://10.4.16.105:9080/yangcong/1k.txt";
   <html>
   <head><title>405 Not Allowed</title></head>
   <body>
   <center><h1>405 Not Allowed</h1></center>
   <hr><center>openresty</center>
   </body>
   </html>
   
   
   
   ### Environment
   
   - APISIX version (run `apisix :2.15-alpine`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version IS 2.13-alpine , 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]

Reply via email to