ourresearch / citeas-api

Get the scholarly citation for any research product: software, preprint, paper, or dataset
https://citeas.org
MIT License
69 stars 4 forks source link

api.citeas.org needs to be HTTPS #51

Closed hubgit closed 5 years ago

hubgit commented 5 years ago

While HTTP requests from http://citeas.org/ to http://api.citeas.org/ are fine, HTTP requests from https://citeas.org/ are rejected, because the endpoint isn't secure.

This means that all the API calls from https://citeas.org/ will fail, leaving the app showing an error message.

jasonpriem commented 5 years ago

Thanks for the bug report! Fixed. Calls to https://api.citeas.org are now working correctly.