Hi Folks,
I wanted to get information on one behavior I am seeing with the relay.
Context
We have a created a REST service and hosted it through the relay. Using fiddler I am sending in the request with content-type header as“application/octet-stream”with the UTF-16BE char in the bodyas below
On the server side I still see the stream of messagebody coming in as “UTF-8”.
Issue
While sending the message to relay we send UTF16-BE encoded message stream but when we are receiving it on the on-premise WCF service we get UTF8 encoded.
Has anyone ever seen encoding issues happening in the relay? If yes how did you resolve it?
Thanks
Tushar J
-Thanks TJ