Hi,
I need to remove the charset=utf-8 part of the Content-Type 'application/json; charset=utf-8' and trying to do this in the OnBeforeRequestAdvanced with SetContentType.
In the HTTP trace I still have charset-UTF-8.
Are I am doing something wrong?
Kind regards,
Rik
Rik,
Maybe you can use this approach if you need to change a content type from the response.
Reference: REST encoding problem