Get content-disposition from Request header for file download

Will check debugging as you suggested because the HTTP response header Ive pasted above is the one from the actual button click. In the model I’m only sending the cookie value to keep the session I’ve already started in the browser in BG. However, since the Content-Length worked I’m thinking maybe my request is not fully formed with only a cookie header value and therefore the response back does not match 100% the browser action response header. Besides cookie any ideas what are the bare minimum request GET headers that might be needed to match the button click?

1 Like