wcfstorm

 

WcfStorm.REST QuickStart

Steps to send a GET/PUT/POST HTTP Request

  1. Run WcfStorm.Rest.exe
  2. Select the "QuickTest" tab
  3. Enter the resource URL

    For example, paste in http://reddit.com/r/programming.json

  4. Select the method as "GET". (For this example, we'll select GET because the URL in step #3 above only accepts GET requests)

  5. Click Send.  The headers + response body will show up the response panels.