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

   ### Description
   
   Hi ,
   
   
   Route config : 
     -
       uri: /api/abc/*
       plugins:
         proxy-rewrite:
           host: "abc.demo.co"
           regex_uri: [ "^/api/abc/([^/]+)/xyz/abn", 
"/api/abc/${1}/xyz?partner=0" ]
       upstream:
         scheme: https
         type: roundrobin
         nodes:
           "abc.demo.co:443": 1
   
   Above regex_uri : is not working as expected, it contains "?" and "=" in 
this case what is the solution ?
   
   Thanks
   Sesha
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.11
   - Operating system (run `uname -a`): k8s
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`): N/A
   - 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`): N/A
   


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