I want to send HTTP PUT Request on one URL to update that content of XML via using API.
URL is like this: https://domainname.com/someurls/id.xml
I want to update that content.
But When I am sending this PUT request, I have seen that in Network Monitor of Flex 4, Its going as the POST request on this web, while I am setting method as PUT in HTTPService variable.
So I am getting error. So is there any way to send the PUT request on the web ? Or Is there any special header to set PUT method ? I have tried method header but its not working....
Please help me.....