membphis edited a comment on issue #2375:
URL: https://github.com/apache/apisix/issues/2375#issuecomment-706667420


   a correct test case:
   
   ```shell
   $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
   {
    "uri": "/helloh~E]ftXnj2Hs",
    "upstream": {"nodes": {"127.0.0.1:9666": 1}, "type": "roundrobin"}
   }'
   
   $ curl -i 'http://127.0.0.1:9080/helloh~E%5DftXnj2Hs'
   HTTP/1.1 200 Bad Gateway
   Date: Sun, 11 Oct 2020 08:04:45 GMT
   Content-Type: text/html; charset=utf-8
   Content-Length: 154
   ... ...
   ```
   


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