yes the above points are all true

-> you post to the calendar
-> you get a redirect
-> you handle the redirect, you get the error

This is a read/write situation and yes i am providing the auth header
again when redirecting

I installed fiddler and ran the code on my desktop rather then the
mobile device. The code still fails although in a different manner on
this line.

PostStream.Write(data, 0, data.Length)

when trying to post the data on the second attempt i receive the
following error

System.IO.IOException was unhandled
  Message="Unable to write data to the transport connection: An
established connection was aborted by the software in your host
machine."
  Source="System"

Fiddler returns this message in the auth section on the second attempt
:

No Proxy-Authorization Header is present.

No Authorization Header is present.

I don't understand because i am using the same method to authenticate
on the second attempt that i am using on the first. Using this code

secondrequest.Headers.Add("Authorization: GoogleLogin auth=" &
AuthToken)

authtoken is the variable that contains the authorization token sent
back when first authenticated.

Is there any other fiddler info i can provide

thanks, Andy


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to