docs/en/docs/rules/referer.md
Modify the referer field in the request header. Some servers validate the referer field in the request header. This protocol can be used to bypass this detection or test backend functionality.
pattern referer://value [filters...]
| Parameters | Description | Detailed Documentation |
|---|---|---|
| pattern | Expression to match against the request URL | Match Pattern Documentation |
| value | Full URL link | |
| • Inline/Embedded/Values content | ||
| ⚠️ Loading data from files/remote URLs is not supported | ||
| filters | Optional filters, supporting matching: | |
| • Request URL/Method/Header/Content | ||
| • Response Status Code/Header | Filter Documentation |
www.example.com/path referer://https://www.test.com/x/y/z?xxx