views:

16

answers:

1

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.

A: 

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

Rory