Forum Discussion

subhaD's avatar
subhaD
Contributor
7 years ago
Solved

REST-POST-application/octet-stream - save to file - send to next request

I am trying to save the response from post req to a file in file system, the response is in octet- stream 

I am using groovy to write raw response to file, but raw response has headers, I want only messy data from response in a file. 

 

I will passing this file to next request. 
any help is appreciated.