There was a problem loading the comments.

LinkCrawler SUBMITFORM example

Support Portal  »  Knowledgebase  »  Viewing Article


LinkCrawler Rule example - SUBMITFORM

SUBMITFORM rules can be used to do the following tasks:

  • Access a webpage and send all http forms matching the given formPattern
  • Return all redirects as results

Simple example - send all forms containing text "textToBeInThatForm" for specific URLs from website 'examplewebsite.com'.

[
  {
    "enabled": true,
    "updateCookies": true,
    "logging": true,
    "maxDecryptDepth": 1,
    "name": "example rule of type SUBMITFORM",
    "pattern": "https://examplewebsite\\.com/[A-Za-z0-9\\-_]+\\.html",
    "rule": "SUBMITFORM",
    "formPattern": ".+textToBeInThatForm.+"
  }
]

Related Articles


On-Premise Help Desk Software by SupportPal