Google Charts Over HTTPS

Posted by swt83 on Stack Overflow See other posts from Stack Overflow or by swt83
Published on 2010-03-20T06:17:06Z Indexed on 2010/03/20 6:21 UTC
Read the original article Hit count: 657

Filed under:
|

I'm trying to load charts as images in a secured site. An example of a Google Chart image over https would be this:

https://www.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld

The problem is that while you can load an image like this by directly clicking the link, you can't include it as an image in your page. It just won't load.

Any idea on how to bypass this? Or solution generally using PHP?

© Stack Overflow or respective owner

Related posts about php

Related posts about google-charts