On Jul 1, 8:55 pm, jonathaz <[email protected]> wrote: > If HTTPS is not allowed for serving gadget definitions, it would be > very much appreciated if this were documented, reported as such in a > more specific error message, and also if the Gadget Checker would > report it as an error.
Jonathan, I would point out that gadget definitions aren't served to the user's iGoogle page from the URL you host them at. Google loads the definition and uses it internally to generate an iframe, which is then what gets served to the user. So even if you got an HTTPS definition URL to work, that's no help in getting your gadget delivered securely. The iframe is still served over HTTP from Google, even if the user has requested their iGoogle page securely (as in HTTPS://www.google.com/ig). IOW, if you're interested in secure content delivery, gadgets aren't a good fit. You might be able to serve HTTPS via a type="url" gadget, I haven't tried. String --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
