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 2019/12/11 08:51:14 UTC

[GitHub] [incubator-apisix] sshniro commented on issue #956: doc: how to support A/B testing via APISIX?

sshniro commented on issue #956: doc: how to support A/B testing via APISIX?
URL: https://github.com/apache/incubator-apisix/issues/956#issuecomment-564440977
 
 
   Hi, can I know what does `arg_id` refers in this context? Is it a Nginx param?
   
   ```
   curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '
   {
       "uri": "/index.html",
       "vars": [
           {"arg_id", "<=", "1000"}
       ]
       "plugins": {
           "redirect": {
               "uri": "/test?group_id=1"
           }
       }
   }'
   ```

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


With regards,
Apache Git Services