Hi, hoping to get some help on the following issue.
Forgive my lack of knowledge and perhaps dumb question - I've been ask to look at this problem as the guy who wrote this code is on vacation (of course he is).
We consume the download api:
We are pulling CSV files. We started to experience a problem which seems to be due to a missing header in the response - the 'Content-Disposition' header.
We haven't changed the way we build the requests - but seemingly, the header has suddenly started to no longer be sent on the response.
We relied upon it as it contained a unique filename (of the file being downloaded). We used it to ensure we didn't download and process the same file twice.
Is there anyway to 'trigger' the population of this header? I can see the api spec contains a request parameter called 'contentDisposition' but I can not find any description of what this does, not what the acceptable values are for it. I'm also not sure if it is at all relevant in getting that header back.
Many thanks in advance for any help.
Vincent