Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there,
I have an issue with a response in a tRESTClient. My client is sending me a gzip data response :
I looked on the forum that it's possible to do it in java, but i don't really feel confident about it.
I read that is possible to use the tESBConsumer component to retrieve this type of data but i'm doing a REST call so for me not possible with a tESBConsumer. Am I right or this is possible, and how?
You can use tFileFetch for your REST call when you receive GZIP. This way you download it and then do with it whatever you need.
HTH! Kind regards, Samuel