Closed OgreTransporter closed 2 years ago
You're attempting to access an http sever using https.
C:\Users\transporter>curl "http://testserver:5002/"
{"message": "The browser (or proxy) sent a request that this server could not understand."}
C:\Users\transporter>curl "http://testserver:5002/" {"message": "The browser (or proxy) sent a request that this server could not understand."}
I copy pasted your example, and it works from scratch on my machine. So I suppose its your environment-specific issue. I see you call curl from Windows machine, but you didn't told anything about it. I advice you to search root of issue in that area.
Environment:
I have tried the following program:
When I now open http://testserver:5002/ in the browser I get the following log:
This looks like the encoding is not working.