Forum Discussion

ipstefan's avatar
ipstefan
Occasional Contributor
12 years ago

Encoding is not kept when taking properties into a request

Steps:
- in a Properties test step add a word that contains characters that need UTF-8 encoding, ex: Nürnberg
- in a request Test step use that word in a json type body. Request has as the property Encoding set to UTF-8.
- run the request
In the RAW request you will see that character is not correctly encoded "city":"Nürnberg"; server will not respond correctly at the request.
No RepliesBe the first to reply