var fDesc=new Array(); fDesc[0] = "Free HTTP Request builder that enable you to send request to any URL and analyze the response. Use many of the build-in HTTP options: 26 HTTP method, HTTP protocol, use proxy, pipeline, HTTP post your data, modify headers and many more options.

In just few seconds build your HTTP and send it to the web. View full detailed report of the web response that contain HTML code, cookies from site, returned headers and more.

Main Features:

- Generate your HTTP request in seconds

Using Send HTTP Tool you will be able to create and send HTTP request in just few seconds. Select your HTTP method, enter your URL. Modify HTTP header, choose the cache policy and other HTTP options and send your request. Now, when the HTTP response returned from the web, you can view detailed report.

- Support many HTTP Option

Send HTTP Tool support many HTTP built in options: HTTP method such post & get, delete, more and more, HTTP protocols, Post text data from a file or by size, use chuck to send it, use pipeline, set the request timeout, enable and set the number of allowed redirections. Setup your proxy server to send the request through. Modify your HTTP Headers. When done send it to your URL.

- Analyze your HTTP Response

After sending your HTTP request to the web you will get the HTTP response, first thing you will see is the HTTP status code and the response time. If you want more details about the response just click to view report and then your will see all you need: HTTP Cookies of the response, response headers, analyze the HTML code of the response and more other response properties."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }