loadVisualizationApi() does not currently support https (though I hope
support will be added in a future release).  for now, you can include the
loader script explicitly in your gwt.xml file:

<script type='text/javascript' src='https://www.google.com/jsapi'></script>

On Sun, Nov 29, 2009 at 11:23 PM, Adr <adrian.o.flana...@gmail.com> wrote:

> 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<google-visualization-api%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>
>

--

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