Koen, I'm sorry again. It turns out that I referred to old information.
I've just tried it by myself, and successfully call a makeRequest() against an https url with a Basic Auth header, as Alexander suggested. Please try adding an Authorization header by options.setHeader() call. However, we still don't recommend to use Basic Authentication even if the URL is served by https because, your gadget might communicate with our proxy with a plain http, so there is still a possibility that Authorization headers are stolen by sniffing. Re: documentation I think we should document which headers are allowed with makeRequest calls. We're working on it. -- Takashi On Mon, May 23, 2011 at 9:44 PM, Koen Maes <[email protected]> wrote: > Thx very much for the followup. > Too bad for the headers. I will need to take a different route. > where do i find a spec where i can read about this proxy behavour ? > > -- > 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. > > -- Takashi Matsuo Developer Relations Developer Advocate for Google App Engine/iGoogle Google Japan, Inc. -- 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.
