-
Notifications
You must be signed in to change notification settings - Fork 111
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
mixed active content #52
Comments
That's weird, I just tried on https://amiiboapi.com/, if you type in the box |
thanks ^^ i use this :
|
Those look ok. Just tried it on amiiboapi.com |
https://www.amiiboapi.com/api/ , https://amiiboapi.com/api/ give same error... |
that is weird, I guess I will find ways to duplicate when I am free. Are you running it on localhost or hosted somewhere? |
on localhost, no problem, because the mixed active content is not enabled when i am on http . |
if you go here : https://www.amiiboapi.com/api/gameseries is it ok? yes, take your time, thanks :)) |
For now is it possible for you to just add a "/" to all your calls? this way it won't be redirected. |
I posted a Nginx configuration, could be that I am not configuring it right that it's causing some redirect. Due to work I won't be able to look into it much. Hoping to see if anyone can help take a look. |
ok i will try later, thanks N3evin :) |
Hi, when i deploy my Node App on my apache https website, console says :
Blocage du chargement du contenu mixte actif (mixed active content) « http://amiiboapi.com/api/type/ »
BUT, in my app, i have configured whith https ... :
const baseURL = "https://amiiboapi.com/api/";
Is there an error from api?
thanks
The text was updated successfully, but these errors were encountered: