Sanjay ,
Well I am getting the 302 redirect see below :
"HTTP/1.1 302 Found Location: http://www.google.com Date: Tue, 23 May
2006 19:25:16 GMT Content-Type: text/html Server: GFE/1.3
Content-Length: 218 Connection: Close
302 Moved
The document has moved here."
As you can see its redirecting me to google.com and there is
no session id .
Here is what my raw header looks like :
fputs($fp,"$method $path HTTP/1.1\r\n");
fputs($fp,"Host: $host\r\n");
fputs($fp,"Content-Type: application/atom+xml\r\n");
fputs($fp,"Content-Length: ".strlen($data)."\r\n");
fputs($fp,"Authorization: GoogleLogin
auth=DQAAAHsAAABBH5nfYjxvcaq2rR3JiebEcbKzEutDZXyV-eSic6p3ylkVzVKUetiiw1g1YsoNO-KGtMoEPSuGSjaTaDB_LTbiqFHgGZqmUaULFhdihj9i3-5MHQ-cb4Kxhh8V63sUyNXoxyjPuKMWfJAQyAcSPWQLi9G_3uRV7w3MFndmyK9Bhw\r\n");
fputs($fp,"Content-transfer-encoding: text\r\n");
fputs($fp,"Connection: Close\r\n\r\n");
fputs($fp, $data);
########################################################################
Where am I making a mistake ??
Cheers,
Francis Pereira
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---