REST, HTTP verbs and current development in .NET and silverlight
Posted
by vtortola
on Stack Overflow
See other posts from Stack Overflow
or by vtortola
Published on 2010-05-03T18:33:03Z
Indexed on
2010/05/03
18:38 UTC
Read the original article
Hit count: 292
Hi,
I've read several posts in the internet about that Silverlight only supports GET and POST, and that the most of the web browsers too. Is this true? has it changed lately? I'm developing a RESTful web service for a Silverlight application, still in early stage, and I'd like to know if I should use just POST and GET, or otherwise I could use PUT and delete.
Cheers
© Stack Overflow or respective owner