membphis commented on issue #1682: URL: https://github.com/apache/incubator-apisix/issues/1682#issuecomment-641752470
 You can make a try with this: ```shell $ curl -i http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "uris": ["/hello"], "filter_func": "function(vars) return vars[\"arg_a1\"] == \"a1\" and vars[\"arg_a2\"] == \"a2\" end", "upstream": { "type": "roundrobin", "nodes": { "127.0.0.1:1980": 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: [email protected]
