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

   ### Description
   
   Make `regex-uri` of **proxy-rewrite** able to use nginx variables.
   # Examples
   I have a header like "X-Test-Path: demo", and wanna make it into path while 
parsing it.
   
   **Origin**: 
   - uri: /test/tpath/var?a=1
   - headers: 
       - X-Test-Path = demo
   **Expect**:
   - uri: /test/demo/var
   - headers:
       - X-Trans-Path = tpath
   
   I'd like to contribute to this issue!


-- 
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.apache.org

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

Reply via email to