Skip to content

referer

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.

Rule Syntax

txt
pattern referer://value [filters...]
ParametersDescriptionDetailed Documentation
patternExpression to match against the request URLMatch Pattern Documentation
valueFull URL link
• Inline/Embedded/Values content
⚠️ Loading data from files/remote URLs is not supported
filtersOptional filters, supporting matching:
• Request URL/Method/Header/Content
• Response Status Code/Header
Filter Documentation

Configuration Example

txt
www.example.com/path referer://https://www.test.com/x/y/z?xxx

Associated Protocols

  1. Equivalent to: reqHeaders://referer=https://xxx