I am working on a Silverlight project that uses Django on the server using piston for the REST API. I understand that Silverlight doesn’t support the PUT and DELETE http verbs. Is there another way i can pass these kinds of commands to piston?
Share
Silverlight 3 does support PUT and DELETE if you use client networking stack. For details see: How to: Specify Browser or Client HTTP Handling