# Linkchecker Request Tag

This module provides an additional tag to HTTP requests originating from the Linkchecker module.

It is useful for identifying and filtering these requests in firewalls, server logs or analytics tools.

## Installation

Install with composer or download the module and place it in your Drupal modules directory.

Enable it via the Drupal admin interface or Drush: 

```drush en -y linkchecker_request_tag
```

There is no configuration required. 

Once enabled, the module will automatically add the `X-origin: DrupalLinkChecker` header to all HTTP requests made by the Linkchecker module.
