EasyHTTP is disgned as one of the debug tools for WebRainbow. This release is Version 0.0.1, the beta test. At this time, only VB source code is released, no bianry executable is provided.
1.After you entered Web address, selected HTTP version and Request Method, you can enter Form Data to simulate the HTML Form
2.Then you can check to see the whole Request Message before you send it to the Web server. The Request Message shown in "Request Message" TextBox includes both Request Header and Message Body
3.After the whole page is received, you can check to see the whole Response Message sent by Web server. The Response Message shown in "Response Message" TextBox includes both Response Header and Message Body (normally is the HTML page).
Known problems
Some HTTP 1.1 requests keep connection for very long time.
HTTP request headers are hard coded.
Cookies are not implemented.