Send HTTP Request - Writes special characters in words with accents to the destination
When calling the endpoint to send data to another system via API, it writes to the destination with special characters due to the content-type not having the UTF-8 option.
Using postman with the correct content-type (application/json: charset=utf-8) this problem does not occur.
Does anyone know how to overcome this problem, so that at the destination I can write strings with accents.
Thanks,
Nuno Lopes
When calling the endpoint to send data to another system via API, it writes to the destination with special characters due to the content-type not having the UTF-8 option.
Using postman with the correct content-type (application/json: charset=utf-8) this problem does not occur.
Does anyone know how to overcome this problem, so that at the destination I can write strings with accents.
Thanks,
Nuno Lopes
Comment