Hi Scott, Thanks for your report, Indeed it is strange that we are getting this type of error as the page requested is not HTTPS. This might be due to some new behavior in IE9, maybe when a page includes HTTPS content (such as the Contacts feed being read in that case) it now requires all the content to be https (not sure though).
IF that's the case then the workaround would be to serve the page through HTTPS and to change all the resources included to HTTPS as well, such as: <link rel='stylesheet' type='text/css' href=' http://code.google.com/css/dev_docs.css'> and <script type='text/javascript' src='http://www.google.com/jsapi '></script> Could you file this issue under the public issue tracker at: http://code.google.com/p/gdata-javascript-client/issues/list this way the engineer handling the page will be notified. Thanks! * Nicolas Garnier* Google Apps API team On Sat, Mar 26, 2011 at 2:34 AM, scott schmitz <[email protected]>wrote: > I am seeing errors with IE9 Javascript code. Here's sample code from > Google: > > http://gdata-javascript-client.googlecode.com/svn/trunk/samples/contacts/contacts_picker/picker.html > > This code works fine on all web browsers except IE9. To get failure on > IE9, here's what you do: > 1. delete your cookies > 2. Click Sign In button and grant access > 3. When the page comes back from granting, IE9 presents the message "Only > Secure Content is Displayed" > > I take a look using the debugger and this is the error message: > > HTML1200: google.com is on the Internet Explorer 9 Compatibility View List > ('C:\Users\Administrator\AppData\Local\Microsoft\Internet > Explorer\IECompatData\iecompatdata.xml'). > IssueAuthSubTokenJS?next=http%3A%2F% > 2Fgdata-javascript-client.googlecode.com > %2Fsvn%2Ftrunk%2Fsamples%2Fcontacts%2Fcontacts_picker%2Fpicker.html&secure=0&session=1&scope=https%3A%2F% > 2Fwww.google.com%2Fm8%2Ffeeds%2F > SEC7111: HTTPS security is compromised by > http://www.google.com/uds/modules/gdata/gdata-xd.js > > What I think is odd is that the page that this test is running on is not an > HTTPS page at all. > > I have been able to repeat this same problem using other code - to the best > of my knowledge the Google Authentication Javascript code completely (and > always) fails using IE9. > > Does anyone have a fix? > > thanks, > > Scott Schmitz > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
