For form submissions, the HTTP does not download the web page containing the form prior to submitting it. As such, all necessary form fields will have to be specified in the list (e.g. input type="submit" type fields).
For example, HTML-based forms are sometimes submitted through a submit button (<input type="submit" name="NameOfButton" value="SomeValue">). If this is the case, then the name/value pair for the submit button ("NameOfButton"/"SomeValue" for the previous example) will need to be specified in the action.
This action logs the following events to the application event log with the EventSentry event source:
Event IDs |
Event ID |
Problem / Description |
640 |
Unable to submit the web-based form. |
|
642 |
Action was triggered successfully. |