Request settings
Setting | Description |
---|---|
Host | Type in the IP address or hostname of your website. |
Port | Type in the TCP port on which your web server
is listening. Default=80 |
Method | Select a method from the drop-down menu, or
enter a value for the method request parameter. The default drop-down
menu includes: GET: Retrieve all information identified by the Request-URI. POST: Request that origin server accept an entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line. The actual function performed by this method is determined by the server and is usually dependent on the Request-URI. HEAD: Retrieve information identified by the Request-URI, but the server must not return a message-body in response. Meta-information in the HTTP headers received in response to a HEAD request are the same as those received in response to a GET request. Use to obtain information without transferring the entire body; often used to test hypertext links for validity, accessibility, and modifications. |
Secure | Check to send request using HTTPS. |
URL | Enter or paste a URL. You can view the list of links extracted from the last response in the Response Tab. |
HTTP Version | Enter the version number of the HTTP protocol
that the request should use. Default=1.1 |
Auto Content Length | When checked, HTTP Request Editor will automatically calculate and add the Content-Length header and its correct value. |