User Activity

Hi, I am trying to make an HTTP request which returns content of a CSV file via REST GET. The problem is am getting garbage content in first 2 characters of response which I suspect to be cookie. I want to remove this cookie from the response so that...
Hi All, I am trying to make PUT call to upload an attachment file in binary format after pulling it from a source SFTP. Below is the postman snippet containing headers of the API followed by the snippet of the attachment: My pipeline does not perfo...
I am trying to post XML payload to a REST API using REST POST Snap but getting Internal Server Error (500) as response. I am also using Basic Authentication REST account in the REST Snap for authentication purpose. However, Using Postman I am getting...