vaidyarm
4 years agoContributor
How to Handle image as response body of Rest get/Post snap
Hi
I am having an API that responds back with a dummy image as the body of response, that API works fine as long as I am using it outside of snaplogic on tools such as postman.
but when same I try to execute via REST POST snap, it routes to the error view even though execution in that test is done via snaplogic is successful.
body of response looks like this :
Let me know how snaplogic handles API calls when the response is of image type
Thanks