PDA

Click to See Complete Forum and Search --> : HTTP - PUT and DELETE methods


mendhak
Oct 23rd, 2006, 03:52 AM
Because I'm so lazy, I'd say "Thank you" if someone were to post the HTTP bodies required for the PUT and DELETE methods.

Yes, I am working with REST, pun unintended.

penagate
Oct 23rd, 2006, 04:21 AM
Have fun (http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html).

penagate
Oct 23rd, 2006, 04:30 AM
Also you can use the Live HTTP Headers extension for Mozilla if you want to check out the headers sent for different types of requests.

mendhak
Oct 24th, 2006, 03:59 PM
Have fun (http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html).
How I hate thee... :D

I think I'll check out the Live HTTP Headers extension.

You've been working with REST haven't you? How have you been implementing PUT and DELETE from ASP.NET?

penagate
Oct 25th, 2006, 01:48 AM
Well... to be honest, I haven't.

Buuuut, try this:
RestAspNetExample (http://www.intertwingly.net/wiki/pie/RestAspNetExample)