Hi Amrit, The Flash player only currently supports GET and POST requests (and converts any POST request with a zero length body or any unrecognized request method to a GET). PUT and DELETE are not supported.
Check this out to find your answer. http://tech.groups.yahoo.com/group/flexcoders/message/54976 Though I've worked on REST API based AIR application, where DELETE method works. Regards, Prasanta Saha On Jan 6, 12:27 pm, Amrit Singh <[email protected]> wrote: > Hi All, > > When I make a HTTP request with method DELETE it goes as GET method to the > server which causes failure. > Can anybody help me with this? > > Regards, > Amrit
-- You received this message because you are subscribed to the Google Groups "Flex India Community" 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/flex_india?hl=en.

