5 Sep
2008
5 Sep
'08
1:43 p.m.
Le 08-09-05 à 01:51, Helge Heß a écrit :
On 04.09.2008, at 23:34, Mark Cockfield wrote:
Now imagine my disappointment upon realizing that Actionscript has been apparently locked down to only allow GET and POST http methods.
One option might be to enhance Twisted to support the X-HTTP-Method- Override header:
http://www.pluralsight.com/community/blogs/dbox/archive/2007/01/16/45725.asp...
http://code.google.com/apis/gdata/basics.html#Updating-an-entry
Not sure whether such a patch would be accepted, but IMHO its not the worst idea.
Another solution would be to have a 3 tier approach, where the Flex app will contact a server-side app (by POST and GET methods), which in turns will contact the CalDAV server.