Effacer les filtres
Effacer les filtres

issue with datastreamws (HTTPs)

4 vues (au cours des 30 derniers jours)
zym
zym le 6 Juil 2020
Commenté : zym le 9 Juil 2020
Hi,
I am trying to retrieve data from datastream. Once I attempt use my credential for the access (c = datastreamws(username,password)), I receive an error message.
Error using datastreamws
HTTP is an insecure protocol, use HTTPs instead.
Does anyone know if the error has something to do with my computer security or the function itself? How can it be fixed? Thanks a lot!

Réponses (1)

Jemima Pulipati
Jemima Pulipati le 9 Juil 2020
Modifié(e) : Jemima Pulipati le 9 Juil 2020
Hello,
Currently, datastreamws does use HTTP in the endpoint. To work around the issue and use the HTTPS protocol through our interface, you can use the following code:
d = datastreamws("","","https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/Token?username=user&password=pword")
d.URL = "https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/GetData"
where ‘user’ and ‘pword’ are your username and password. After connecting with this syntax, you should be able to make historical requests.
  1 commentaire
zym
zym le 9 Juil 2020
Thanks for this, I attempted to use it but now i get another error.
Error using datastreamws
User 'blabla' not entitled to ClientApi service..
I guess now the error has something to do with my university's access to datastream and not https

Connectez-vous pour commenter.

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by