Hi all, I'm trying to build a secure iGoogle gadget. People need to sent sensitive data to my server (typically username/pass). I so far figured out that the way to do that is create a gadget with <Content type="url" href="https://bla.com/test.html"></Content> as this is the only way to load SSL resources.
The initial page will show a login dialog. After the user is logged in I want to set a hidden UserPref so I know that paricular gadget is authenticated. I was going to do something like describe in this thread: http://groups.google.com/group/Google-Gadgets-API/browse_thread/thread/36f4205df1d14ea9/68fa654ef15bee63?lnk=gst&q=type+url+login# The page loaded would use some javascript to set the user pref value. Unfortunately I can't seem to find the correct javascript library to load. With the legancy API you needed to do some parsing and dynamically load the libs, see under "Using the JavaScript Libraries with type="url" Gadgets": http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#Libs This feature no longer seems available. Is there a way of loading the correct javascript libs on the remote site (test.html)? If so, how? Thanks for your help. With kind regards, Harm -- You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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://groups.google.com/group/Google-Gadgets-API?hl=en.
