While preparing for my upcoming REST talk, I made a basic REST client. It’s nothing special but allows you to set the verb, request body and see the status code and all the headers on the response. It’s quite handy for debugging and exploration of RESTful services. Feel free to download the: Rest Client Code Rest Client Compiled Executable Hope it is useful and saves you having to whip up your own