ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

Encoding problems #396

Closed geotinc closed 2 years ago

geotinc commented 2 years ago

Hello, don't know if it's a real problem but the following code :

image

produce the following response in postman : image

how to have the real key like "Test" and "accessToken" ?

Thanks for helping

The-EDev commented 2 years ago

@geotinc I've never seen something like this happen before, I've made my own REST service using Crow and tested it without issue. Nevertheless I would suggest you use https://github.com/CrowCpp/Crow instead since this repository has been abandoned for almost 4 years now.

geotinc commented 2 years ago

@The-EDev , Indeed I use CrowCpp repo. I post an issue in the CrowCpp repo, thanks