-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide HTTPS support for the api #19
Comments
This API is featured in a programming class on teamtreehouse.com and nobody taking the classes can get past this point in the lessons because of the HTTP / HTTPS CORS error. . . |
I made a simple SAP with React and unfortunately I can't deploy behind https because of this :(. Awesome API though. |
Same. |
Yes please. We need the api with https. |
Duplicate of #9 |
Currently the apis are served with http(without ssl).
http://api.open-notify.org/iss-now.json
As you know browser won't let access HTTP from HTTPS
Please add SSL to provide apis on HTTPS...
The text was updated successfully, but these errors were encountered: