Google Charts Over HTTPS
- by swt83
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?