ipstefan
12 years agoOccasional Contributor
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.
- 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.