Forum Discussion

kunal_savlani's avatar
kunal_savlani
New Contributor
2 years ago

Remove the cookie from the response of HTTP Get while writing a file

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 it does get into the file content. I tried using replace method of string but that in turns into formatting issue of the header.