Simple REST Client
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:
Hope it is useful and saves you having to whip up your own little client!
UPDATE: Source now available on GitHub!

[...] Simple REST Client Some .NET code for consuming RESTful web services. [...]
[...] might also be interested in more information about the talk or the simple rest client with code I mentioned during the [...]
Hi! I was surfing and found your blog post... nice! I love your blog.
Cheers! Sandra. R.
Great stuff... It helps me to save time for creating REST Client..
James,
Thank you for posting "Simple REST Client". I found this post very helpful.
Thanks James. Simple clean code that works. I love it
Say hi to the folks in TW Sydney for me (used there many years ago - was part of the Manly crew).
All the best - look forward to visiting again some day.
Cheers - JR
I am trying to use the httpWebRequest to send data to a secure https website. I have all the credentials to do it. I can type it into the address bar of a browser and get the desired results, but when I try httpWebRequest (even with this program I get error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Any ideas?
[...] 今回はRestfulなAPIを作りたかったのでテスト用にSimple Rest Client ってのを使ってみました。 名前の通りめっちゃシンプルなので使いやすかったです↓ 上記をPOSTにしてリクエストすると↓のように返してくれて、コレがやりたかったのよね!的な。 [...]
Very nice and fast application, helpful to understand and test REST client.
Thanks a lot!
I love the self-contained working example. Thank you!
I have used this several times and have recommended this to several other developers and they have loved it too.. thanks James.
You should checkout WcfStorm.Rest, it's a pretty neat REST Client. http://www.wcfstorm.com/wcf/learn-more-rest.aspx
Thanks for posting this - it allowed me to play around with a POST i needed until I got it working.