Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

jsfiddle mixed content warning #876

Open
jfirebaugh opened this issue Sep 15, 2014 · 7 comments
Open

jsfiddle mixed content warning #876

jfirebaugh opened this issue Sep 15, 2014 · 7 comments

Comments

@jfirebaugh
Copy link
Contributor

The page at 'https://www.mapbox.com/mapbox.js/example/v1.0.0/' was loaded over HTTPS, but is submitting data to an insecure location at 'http://jsfiddle.net/api/post/library/pure/': this content should also be submitted over HTTPS.

@jfirebaugh
Copy link
Contributor Author

Doesn't look like jsFiddle provides a https API. 😦 @tmcw Do you think this feature is worth having mixed content warnings on all our example pages?

@tmcw
Copy link
Contributor

tmcw commented Sep 15, 2014

Do you think this feature is worth having mixed content warnings on all our example pages?

Yes, but feel free to confirm w/ segment.io tracking

@lyzidiamond
Copy link
Contributor

Bumping this. Is it worth it? Is there another API we can switch to that does HTTPS? It doesn't look like jsbin does, but maybe there are others?

@jfirebaugh
Copy link
Contributor Author

It looks like jsfiddle.net might support https now.

@JamesSCV
Copy link

Looks like something broke, yet again. jsfiddle.net is being served over https. but when I add jquery ui as a framework extension i get the mixed content warning and it blocks jquery ui. I think the issue is in chrome.

@tmcw
Copy link
Contributor

tmcw commented Sep 15, 2015

Are you adding jquery ui with an https url?

@JamesSCV
Copy link

I'm using jsfiddle's built in jquery ui. For example, I create a new jsfiddle, select 'jQuery 1.7.2' from the dropdown on the left, then check 'jQuery UI 1.8.18'. When I click run, chrome throws the following error in console. "Mixed Content: The page at 'https://fiddle.jshell.net/_display/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/ui/1.8.18/jquery-ui.min.js'. This request has been blocked; the content must be served over HTTPS"

I'm not sure this issue has anything to do with mapbox.js now that I look into it further. Seems to be an issue on jsfiddle.net's end.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants