[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE/REST/DOH - File Download

  • Thread starter Thread starter jts-law
  • Start date Start date
Status
Not open for further replies.
J

jts-law

Guest
Peter, Sorry for the delay. I tried the changes. Returning 0 causes it to not download anything. Changing this back to 200 results in the file to download. The downloaded file is still the same, it contains the header information. I captured this with fiddler and the following is what is shown for the raw response: HTTP/1.1 200 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 X-XSS-Protection: 1; mode=block X-Frame-Options: DENY X-Content-Type-Options: nosniff Content-Type: multipart/mixed Transfer-Encoding: chunked Date: Wed, 21 Feb 2018 21:59:07 GMT 2000 --d58c7aac-9a72-66be-3714-e14ea1e9b748 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Disposition: attachment; filename="Test.xlsx" 1259 --d58c7aac-9a72-66be-3714-e14ea1e9b748-- 0 Any other ideas? Louis

Continue reading...
 
Status
Not open for further replies.
Back
Top