|
HTTP Request Builder
|
Top Previous Next |
| · | Works with secure HTTPS connections.
|
| · | Works with "GET", "POST","HEAD","PUT" or any other HTTP method.
|
| · | Modifying HTTP request headers.
|
| · | Build or Modify Query Strings.
|
| · | Sending POST form-urlencoded data or other raw (e.g. xml) data.
|
| · | Using multi part/form-data POST method to upload files via HTTP protocol, introduced in RFC 1867.
|
| · | View the response headers and content.
|
| · | Auto Redirect: Determines whether request builder automatically handle redirection.
|
| · | Auto Cookies: Determines whether request builder automatically add cookie headers to requests, and automatically add returned cookies to the cookie database.
|
| · | Auto Authentication: Determines whether request builder automatically attempt authentication .
|
| · | Multipart/form-data (upload files): Determines whether using multi part/form-data POST method to upload files via HTTP protocol.
|
| · | Regenerate Unique Boundary: Determines whether regenerating unique boundary when posting multi part/form-data.
|