Access to Special Strings

HttpParsingRule, TcpRuleRecvProto and TcpRuleRecvUntil rule types can reference the strings All, Self, Left, Right and Rest.

Conditions in the ScriptGen sections of HTTP parsing rules have additional options for referencing specific data using the ApplyTo property:
  • LinkName: The current link name (only available when scripting a WebPageLink function)
  • FormName: The current form name (only available when scripting a WebPageSubmit function)
  • FormFieldName: The current form field name (only available when scripting a form field name or form field value)
  • FormFieldValue: The current form field value (only available when scripting a form field name or form field value)
  • TargetFrame: The current target frame name (only available when scripting a WebPageLink or WebPageSubmit(Bin) function)

Examples

<ApplyTo>All</ApplyTo>
<ApplyTo>Self</ApplyTo>
<ApplyTo>FormFieldName</ApplyTo>