HTTP Form Only Post uploads data (but not files) to a website using HTTP[S] with the POST verb. POST is the mechanism used by most websites that accept browser-based uploads.

Input Parameters

  • HTTP_Post_URL (Required) - The URL to post to; for example, https://myserver/cust/upload.aspx. Macros are permitted.
  • HTTP_Post_Data - The names and values of form fields to be posted to the server. The format is a string, for example, fldname1=value1&fldname2=value2&... Macros are permitted.
  • HTTP_Post_IgnoreCertProblems - Whether to ignore problems with the remote server certificate (such as signer not trusted) should be ignored. Default to False.
  • HTTP_Post_User - The username for HTTP basic authentication.
  • HTTP_Post_Password - The password for HTTP basic authentication.