wcfstorm
Skip over navigation
Home
Buy Now!
Screenshots
Learn More
Contact us
FAQ
Home
Site Map
Search
Sign In
How to Install WCFStorm.REST
How to install a new license
WcfStorm.REST QuickStart Guide
How to send a GET request
How to Send a POST Request
How to Send PUT Request
How to Send a DELETE Request
How to Send an OPTIONS Request
How to send Name-Value Pairs
How to send files
How to setup default Request Headers
Configuring a proxy
Working with Cookies
Working with X509 Certificates
How to do a Performance Test on a REST Service
How to create a project
How to create functional tests
How to validate functional tests
Getting started with scripting
Scripting API : Documentation
Modifying HTTP Requests using a script
How to Setup Basic Authentication
How to Setup Windows/NTLM Authentication
How To : Distributed Performance Test
WcfStorm.REST QuickStart
Steps to send a GET/PUT/POST HTTP Request
Run WcfStorm.Rest.exe
Select the "QuickTest" tab
Enter the resource URL
For example, paste in http://reddit.com/r/programming.json
Select the method as "GET". (For this example, we'll select GET because the URL in step #3 above only accepts GET requests)
Click Send. The headers + response body will show up the response panels.