HTTP Response file e.g. image/png

(Andrew Catchpole) #1

Is there a method to receive a raw file e.g. image/png from an HTTP Request?

I’m using a 3rd party service which responds correctly with 200 OK and an image/png file in the body. How can I then send this image/png file to the bot user?

As per a previous question, I have tried using Send An Image with the URL however the 3rd party service also expects the Request Header Referer to be provided. It’s so much easier when the response is another url e.g. of an image.

(Karen Barker) #2

Hi Andrew,

Unfortunately I’m not aware of any method to receive the raw file via an HTTP Request I’m afraid. :disappointed: