I wanted to access an internal REST API from Silverlight, but it turns out that I am not allowed to use POST or DELETE as the HTTP method for my request.
Doing so always resulted in a SecurityException
.
What is the recommended way to use REST apis with Silverlight?