adrianc
8 years agoNew Contributor
POST request - unable to control encoding
Hi, I have a very basic POST request looking like this: The problem is that I can't seem to control encoding this data ("12345"). My request will look like this, regardless of any us...
- 8 years ago
Yes, content type is "application/xml"
I have found the solution, it's trivial yet it can give you headaches.
Global Preferences >> HTTP Settings >> set "Request compression" to "None".
Somehow it was set to "gzip" by default installation, hence the unwanted encoding in my requests.