Hi,
We are extracting historical data using the TimeSeriesPricing template, via DSS REST API.
Generally, the requests last longer than the await time and hence DSS will give us a Monitor URL to fetch the data asynchronously.
Most of the times this works well, however in very rare instances the API is returning the URL with hostname being localhost instead of hosted.datascopeapi.reuters.com.
I raised this before in a different question here in this forum and was asked to add X-Client-Session-Id to the header, with an unique value.
So here it is:
X-Client-Session-Id: DB-MKDT-LND-7585732144254825353
Monitor URL came as: https://localhost/RestApi/v1/monitor/'0x055a43e15b12fe65'
Time: 28/Jul/2016 07:23:14 BST
We are actually treating this in our code with replace but I thought this looks like a bug.
Can you please investigate?
Thanks