Asp.net Google Charts SSL handler for GeoMap
- by Ian
Hi All,
I am trying to view Google charts in a site using SSL.
Google Charts do not support SSL so if we use the standard charts, we get warning messages.
My plan is to create a ASHX handler that is co9ntained in the secure site that will retrieve the content from Google and serve this to the page the user is viewing.
Using VS 2008 SP1 and the…