Tagged Questions
0
votes
1answer
85 views
How to do ad-hoc testing of web service PUT methods?
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 ...