In my case, when clients reach my website, they will be redirected to another website with 301 redirect. In server-side, I customize the referrer field in HTTP header by using Express JS as code below.
var express = require('express');
var app = express();
app.listen(3000);
app.get('/'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.