out.txtIn my intraday summary request, I can easily replicate the issue, almost one out of five.
1) request token
2) request https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRaw
requestheader, requestbody are hardcoded and are definitely correct. It has no issue to return 202 status code.
3) I then extract new url by res.headers["location"] and sometimes it gives me http://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRawResult(ExtractionId='0x05d230d513ab3036')
whenever it has http protocol, the next request always returns 200 but of course you are not able to get its text. I also attached a file that is the print out of response object.