문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top