question

Upvotes
Accepted
24 8 6 13

DACS API HTTP Error 403

Hi,

I am testing your example https://developers.lseg.com/en/api-catalog/refinitiv-real-time/dacs-station-api/quick-start but I keep get:

urllib.error.HTTPError: HTTP Error 403

I have my dacsLogin and pw created.

Is something required on the server side or internal corporate firewalls?

Kind regards,

Johan

#technologyDACS
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
87k 294 53 79

@johan.lundquist

Thank you for reaching out to us.

I can run the sample code properly.

You can test the connection with the following code.

import requests
resp = requests.get("http://<DACS Server>:<DACS_Port>/DacsWS/DacsWebServiceService?wsdl")
print(resp.status_code)
print(resp.text)

Regarding the firewall or proxy setttings, please contact your network team directly.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thank you @Jirapongse,

It prompted me issues with CERTIFICATE_VERIFY_FAILED so I'll continue my troubleshooting from there.

Kind regards,

Johan

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.