You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/12 06:03:26 UTC

[GitHub] [apisix] wjkhappy14 opened a new issue, #6828: regex pattern router

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

   ### Description
   
   i want to use regex expression  ^[A-Z0-9]([-!#$%&'.*+/=?^`{}|~\w])*(?<=[A-Z0-9])$       match  some urls  ,  not rewrite the  url 
   
   how to   ? i  can not get any help 
   like nginx :
   
   location  ~ ^/(.+)\.3gp\.zip$
   {
   #######
   }
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - 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, 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: notifications-unsubscribe@apisix.apache.org.apache.org

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


[GitHub] [apisix] wjkhappy14 commented on issue #6828: help request:regex pattern router

Posted by GitBox <gi...@apache.org>.
wjkhappy14 commented on issue #6828:
URL: https://github.com/apache/apisix/issues/6828#issuecomment-1097517691

   thks


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] tokers commented on issue #6828: help request:regex pattern router

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #6828:
URL: https://github.com/apache/apisix/issues/6828#issuecomment-1096480023

   @wjkhappy14 Please see https://github.com/api7/lua-resty-expr and the `vars` field in [Route](https://apisix.apache.org/docs/apisix/architecture-design/route/).


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] tzssangglass commented on issue #6828: help request:regex pattern router

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #6828:
URL: https://github.com/apache/apisix/issues/6828#issuecomment-1098188838

   Considered solved, feel free to reopen this.


-- 
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-unsubscribe@apisix.apache.org

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


[GitHub] [apisix] tzssangglass closed issue #6828: help request:regex pattern router

Posted by GitBox <gi...@apache.org>.
tzssangglass closed issue #6828: help request:regex pattern  router
URL: https://github.com/apache/apisix/issues/6828


-- 
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-unsubscribe@apisix.apache.org

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