BlinglingGirl opened a new issue #2621:
URL: https://github.com/apache/apisix/issues/2621


   ### Issue description
   
   curl http://192.168.1.149:9080/apisix/admin/routes/5 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
   {
       "methods": ["GET"],
       "uri": "/",
       "vars": [["server_port", "==", "9081"]],
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "192.168.1.149:8182": 1
           }
       }
   }'
   
   response 400 Bad Request
   
   ### Environment
   
   * apisix version : 2.0
   * OS: centos 7
   


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


Reply via email to