开发者

How to do ad-hoc testing of web service PUT methods?

开发者 https://www.devze.com 2023-01-21 10:55 出处:网络
I\'ve written a web service and it\'s nice that yo开发者_运维百科u can just navigate to http://whatever... and see the response to GETs. Is there some nifty way I can do something similar for PUTs? (p

I've written a web service and it's nice that yo开发者_运维百科u 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号