Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
RVeitch_84
Creator
Creator

tRestClient encoding issue with Response

I'm trying to make a very baisc GET request with a tRestClient and I'm getting a 200 status code returned but I have an encoding issue, I checked with the API documentation which details the following, 

The API assumes UTF-8 encoding in API requests and always returns UTF-8 encoding in all responses.

 

So I added the following to the header with no luck and I also tried this in the advanced setting of Run.

Accept-Charset = UTF-8
-Dfile.encoding=UTF-8

 

Here is a screenshot of the log.

RVeitch_84_0-1760543529265.png

 

 

And when I test this endpoint in Postmand it works fine.

RVeitch_84_0-1760714780982.png

 

 

Thanks for any help.

 

 

 

Labels (1)
  • v8.x

0 Replies