Forum Discussion

lilBearrr's avatar
13 years ago

REST service response with attachment

I have a REST service that has a GET method that returns a binary file. I've set these headers and the download works perfectly in any browser: Content-Length Content-Type Content-Disposition ...