I’m using the HTTP node to send a request to an API endpoint that returns a JPEG filetype as content.
I’m printing the response to the terminal and it looks like it’s coming in base64 format, but the terminal looks like it’s cutting off the base64 after a certain amount, and I (weirdly) hear like ‘beep beep beep’ coming from my Terminal or Hackeet or somewhere. I’m going crazy aren’t I?
After this node step that prints the partial response, none of the other steps seem to run and the terminal needs to be quit and then run the Hackeet project again to try again.
Does anyone have any experience trying to use the HTTP node for calling endpoints that return files in base64? Are there any nodes to help deal with the data? @Thierry ?