HTTP Referrer
Last updated
Was this helpful?
Last updated
Was this helpful?
The Referrer-Policy HTTP header controls how much referrer information (sent via the Referer header) should be included with requests.
Read more at
Iris uses the package to expose the Context.GetReferrer()
method.
The GetReferrer
method extracts and returns the information from the "Referer"
(or "Referrer"
) header and url query parameter as specified in .
Which Referrer
looks like that:
The ReferrerType
is the enum for a Referrer.Type value (indirect, direct, email, search, social). The available types are:
The GoogleType
can be one of those:
How to curl
: