-
Notifications
You must be signed in to change notification settings - Fork 4
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
Colormind.io api restricted on https protocol #1
Comments
Hey sorry for late reply. This is not an official repo. It is just an R wrapper that I wrote using public description of the API. I also noticed that the site does not have https enabled and I also tried to reach out to Jack with the same question. He also did not reply, so I guess we are in the same boat. I can keep this issue open until SSL is enabled, but until then, I guess we have to query HTTP |
Ah yeah, I noticed that after a while. He seems to not be active on his GitHub either, so all I can assume is that he has lost interest or something. thanks anyway! |
Jack also created Huemint, which also generates color palettes. It is https. If you scroll down to the really bottom, there should be an API section |
Oh wow, I had seen Huemint a while back but didn't know that he made it and that there was an API for it. The project I originally used Colormind for is now long since abandoned, but I can definitely utilize this in another one; thank you for bringing this to my attention! |
Hello! I have had an issue with the colormind.io API. i know this might not be the best place to put this issue, but your email ([email protected]) isn't working. I use the Colormind API on a small project of mine, but it only works when the site is accessed through the http protocol, and not https. When I try to access the API through an https site, i get this error message: Mixed Content: The page at 'https://prcptn.us/delta/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://colormind.io/api/'. This request has been blocked; the content must be served over HTTPS.
I believe this is due to the HTTP request, but when i try with https://colormind.io/api/, it doesn't work either.
EDIT: I have added the integration back to my site, and you can try to see what I mean here: https://delta.prcptn.us. Press the brain icon and open the console to see the error.
Thanks!
The text was updated successfully, but these errors were encountered: