Https/Http Mixed Content issue
I've got this running on a small personal project web page that's running over Https (whoo Dropbox). But I'm running into this mixed content issue because the ticker API doesn't have https available it seems.
Did you have any ideas on how to resolve this?
I've attached a screenshot from my Chrome inspector to show the issue.

Thank you, Chris
Looks like that's due to the http request fetching the symbol data over http, https://github.com/ajwhite/jquery-stockquotes/blob/develop/src/stockquotes.js
And unfortunately it looks like the provider only allows http requests
- working: http://dev.markitondemand.com/MODApis/Api/v2/Quote/jsonp?symbol=twtr
- not working: https://dev.markitondemand.com/MODApis/Api/v2/Quote/jsonp?symbol=twtr
I may need to swap out markitondemand for a different provider
Hi ajwhite,
I'm encountering the same issue as reported by cvocvo. Have you been able to investigate alternative options to using markitondemand, which support https?
Regards
Rob
Is it possible to use Yahoo YQL API which supports https?
I did look into using Yahoo YQL API, but would it require code changes in the plugin?
Code changes would be required here, yes -- but it would certainly be the right move! Would any of you be interested in working on this? This would be awesome.
You right I’m not! Thank you I really sorry for going around in circles but I’m not foot with technology and having a disability LD don’t help ....thank you
So do you need my yahoo account?