I've written a web service and it's nice that you can just navigate to http://whatever... and see the response to GETs. Is there some nifty way I can do something similar for PUTs? (presumably involving some tool to write the info that's PUTed).

Obviously I'll have automated tests for these methods, but I'd like to be able to play around with it without code too.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can use Fiddler. I just saw an example at about 6:00 into this video.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.