Florent Georges wrote: > I didn't catch it earlier, but besides returning a "401 > Unauthorized", the response contains the following value for > the WWW-Authenticate header:
Ok, for the record, I think I found. The server was returning a 302, but in Java, HttpURLConnection follows redirection silently, by default. If I disable that setting, I get the 302, I follow it (so with ?gsessionid AND the authentication header) and everything's ok. -- Florent Georges http://www.fgeorges.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" 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-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
