Skip to content

crawler.form_interaction.in_crawl.[groupId].url_pattern

Specifies a URL of a HTML web form action for an in-crawl form interaction rule.

Key: crawler.form_interaction.in_crawl.[groupId].url_pattern
Type: String
Can be set in: collection.cfg

Description

This parameter specifies the URL of a form action which will be submitted by the web crawler when using in-crawl form interaction.

Configuration parameters for a rule are grouped using a [GROUP_ID] value common across all settings that make up the rule (group ID must be a number).

Default Value

None.

Examples

Submit any forms encountered during a crawl that have a form action of https://www.example.com/login.jsp

crawler.form_interaction.in_crawl.1.url_pattern=https://www.example.com/login.jsp
crawler.form_interaction.in_crawl.1.cleartext.username=1

See Also

top

Funnelback logo
v15.24.0