microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.95k stars 1.64k forks source link

[http_listener] Query string doesn't support unicode? #273

Open sinall opened 7 years ago

sinall commented 7 years ago

/orders?x=中

Response is:

provided uri is invalid: /orders?x=中

zg9uagfv commented 6 years ago

i got the same issue