biubiue commented on issue #7838:
URL: https://github.com/apache/apisix/issues/7838#issuecomment-1241444217

   > ```
   > curl "http://127.0.0.1:9080/apisix/admin/routes/1"; -H "X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1" -X PUT -d '
   > {
   >   "methods": ["GET"],
   >   "host": "example.com",
   >   "uri": "/中文/*",
   >   "upstream": {
   >     "type": "roundrobin",
   >     "nodes": {
   >       "httpbin.org:80": 1
   >     }
   >   }
   > }'
   > 
   > curl -i -X GET "http://127.0.0.1:9080/中文/foo?arg=10"; -H "Host: 
[example.com](http://example.com/)
   > curl -i -X GET "http://127.0.0.1:9080/%E4%B8%AD%E6%96%87/foo?arg=10"; -H 
"Host: [example.com](http://example.com/)"
   > ```
   > 
   > I test with the above test case, and both successfully match the route. 
Could you tell me how i reproduce the problem?
   
   Em...   Match route is ok. I want to say ,  when url contains Chinese  
,upstream will recevie hex ,like this `\xE4\xB8\xAD\xE6\x96\x87`


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to