jquery-stockquotes icon indicating copy to clipboard operation
jquery-stockquotes copied to clipboard

Https/Http Mixed Content issue

Open cvocvo opened this issue 9 years ago • 7 comments

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. image

Thank you, Chris

cvocvo avatar Jun 14 '16 21:06 cvocvo

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

atticoos avatar Jun 16 '16 01:06 atticoos

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

sawyerr44 avatar Mar 15 '17 09:03 sawyerr44

Is it possible to use Yahoo YQL API which supports https?

wyyang avatar Sep 22 '17 20:09 wyyang

I did look into using Yahoo YQL API, but would it require code changes in the plugin?

sawyerr44 avatar Oct 03 '17 08:10 sawyerr44

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.

atticoos avatar Oct 03 '17 14:10 atticoos

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

ozSoni avatar Dec 28 '17 21:12 ozSoni

So do you need my yahoo account?

ozSoni avatar Dec 28 '17 21:12 ozSoni