I haven't tried it myself, but I have answered some email questions from people on the list, and did make sure the HTTP loader API supports them. It is possible to do PUT and DELETE requests in DHTML, because the XMLHTTPRequest call supports them. In SWF, you can only do them via the server proxy, (i.e., not in SOLO mode), because Flash only lets you do GET and POST natively.
On Mon, Mar 10, 2008 at 1:01 AM, Simon Cornelius P. Umacob <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm a bit curious, has anyone of you here tried implementing REST > architecture with PHP and OpenLaszlo? I'm curious, did you use HTTP PUT > for updating the data and HTTP DELETE for deleting the data? Do the > major browsers support them? > > In an ideal world, all four HTTP verbs should probably be used; however, > in actual practice, I have this strange feeling that I'm limited to GET > and POST only... > > > Thanks, > > > > [ simon.cpu ] > > > > -- > And /usr/games/fortune futurama says: > > Leela: I love his boyish charm, but I hate his childishness. > -- Henry Minsky Software Architect [EMAIL PROTECTED]
