Hello

Hello,

I'm using Delphi's TRest library. Everything is well working when dealing with text or Json content type.

Now I want to fetch an JPEG image (webservice get method is sending image/jpeg content ).


I've tried to set request accept property to "image/jpg" and tried to set "AcceptCharset" property to "UTF-8' but i'm getting
this error :

"No mapping for the Unicode character exists in the multi-byte code page target" (translated from French).

Am I missing something ?

Ps : looks like a regression as content were retrieved with Delphi Seattle.

https://quality.embarcadero.com/browse/RSP-15292

Comments