If we send POST OR PUT depends on a FLAG that you can set in the client libraries. this flag, called MethodOveride, if set, converts PUT and DELETE HTTP calls to POST calls with an additional header (X-Method-Override) to indicate if this orignally was a PUT or DELETE.

This is there for certain network configurations (firewalls etc) that do not allow you, the user of the client libaries, to use PUT & DELETE.

Frank Mantek

On 6/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi Guys,

I was debugging my own Atom server implementation and noticed that you
are sending POST for updated instead of PUT. Any reason why you are
deviating from the specification? REST? etc.

-Elias



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