hozaifaaoud opened a new issue #5654:
URL: https://github.com/apache/apisix/issues/5654


   ### Issue description
   
   I created a route 
   /api/v1/groups/*
   and made a URI Override
   Regexp: \/api(\/v1\/groups\/.*)
    now, I am trying this url
   127.0.0.1:9080/api/v1/groups/<Number>
   and facing this issue 
   HTTP Status 400 – Bad Request
   submitted request
   https://mydomain.com/api/v1/groups/%3CNumber%3E
   forwarded request
   127.0.0.1:9080/api/v1/groups/<Number>
   
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.5
   - OS (cmd: `uname -a`): 60-Ubuntu SMP
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): 
openresty/1.19.9.1
   - etcd version, if have (cmd: run `curl 
http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): 
"3.4.0"
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: 
depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `luarocks 
--version`): 3.4.0
   
   
   ### Steps to reproduce
   
   //
   
   ### Actual result
   
   HTTP Status 400 – Bad Request
   
   ### Error log
   
   //
   
   ### Expected result
   
   _No response_


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to