AdvHTTP Component (Post Method)

Back
URL Required. The URL on which POST operation is to be performed.
Port Optional. HTTP server's port. If not specified then default port 80 is used.
Proxy Server Optional. Proxy server address.
Proxy Port Optional. Proxy server's HTTP port.
Path Optional. Path on which result is saved after GET operation.
Save To File Optional. File name with which result is saved after GET operation.
Form Field Optional. Form variables, you can specify any number of form variables you want to post. Please specify form field name and its value to post.
URL Field Optional. URL variables, you can specify any number of url variables you want to post. Please specify url field name and its value to post.
Cookie Variable Optional. Cookie variables, you can specify any number of cookie variables you want to post. Please specify cookie variable name and its value to post.
CGI Variable Optional. CGI variables, you can specify any number of CGI variables you want to post. Please specify CGI variable name and its value to post.
File to Post Optional. File to Post. Please specify file post name and file to be post with form.
Cookies Optional. If checked then AdvHTTP component will automatically add cookie headers to requests otherwise it will not add cookie headers to requests. Its default value is TRUE (means checked).