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 2020/06/15 00:51:43 UTC

[GitHub] [incubator-apisix] shengnoah edited a comment on issue #1617: feature: support url check with regular expression matching and dynamic upstream selection

shengnoah edited a comment on issue #1617:
URL: https://github.com/apache/incubator-apisix/issues/1617#issuecomment-643849169


   ```
   {
       "uri_list:" [
           "/test?Username=laoli&DeviceId=XDS3EFG756767676DXCVXV234234"
       ],
       rules: {
           rule: (?:laoli)&DeviceId=XDS3EFG756767676DXCVXV234234
       },
       action: {
           OK_proxy_pass:https://iresty.com/testcase_one
           NG_proxy_pass:https://apisix.com/testcase_one
      }
   }
   ```


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

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