Referrer is defined
This condition checks if the Referer header sent in the request matches any of the aliases associated with the application. It returns true if the requester’s referrer hostname is recognized as an application alias.
Configuration
No further configurations are necessary for this condition. The logic is applied automatically by comparing the request header against the application’s current list of aliases.
Measurement
The condition extracts the hostname from the Referer header of the incoming request. It then performs a lookup against the list of aliases configured for the application and returns true if a match is found. This is commonly used to identify traffic originating from within the same application.
Feedback
Was this page helpful?
Glad to hear it! Have any more feedback? Please share it here.
Sorry to hear that. Have any more feedback? Please share it here.