Linkchecker Request Tag
8 sites
No security coverage
This module automatically adds an "X-origin: DrupalLinkChecker" header to HTTP requests made by the Linkchecker module. This helps in identifying and filtering Linkchecker traffic in network logs or firewall rules.
Automatically tags Linkchecker module's HTTP requests with the custom header X-origin: DrupalLinkChecker, for easier identification when managing network traffic e.g. filtering traffic logs, creating firewall rules.
Install the module with composer, enable it and rebuild the cache ($ drush cr), and all future Linkchecker requests should include the additional header when the Linkchecker cron task runs.
This module builds on the functionality introduced from Linkchecker Issue 3375253.
Additional Requirements
Requires the Linkchecker module.