Anybody has a clue why some data is replaced with U+FFFD � REPLACEMENT CHARACTER? Is there a request parameter of request HEADER that i can input so that the server returns the correct response body?
The scrambled part of the content are special characters (I think Swedish characters, Not entirely sure).
UTF-8 encoding wouldn’t work very well in cases like this.
You might have to specify an encoding format so that it can properly parse the characters with:
Accept: text/html; charset=ISO-8859-1
I’m also not entirely sure if that’s the charset that would work for you but you can lookup how to decode/encode Swedish characters.
Hello, we would like to know if you managed to solve this problem and if you solved it, what was the solution to be able to help another user who experiences it soon, thank you very much, and we apologize for the inconvenience.