I am using GWT 1.7 and have a page, compiled as client-side Java code
into JavaScript containing a Google Visualization chart included in
the Java code with "VisualizationUtils.loadVisualizationApi".

This page is delivered over https.

The problem being that the call to retrieve the chart from the
compiled javascript is made over http and browsers, especially IE
create warnings that pop up about insecure items being imported into
the secure page.

Is there any way to specify an option in the Java code or the setup
(*.gwt.xml file) so that the http request to retrieve the chart is
made over https ?

--

You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to google-visualization-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.


Reply via email to