Multiple fetch()
requests are made for a local resource, each with a
different referrerPolicy
set. You can see the requests and the
Referer
header associated with each in
Chrome DevTools.
Available in Chrome 52+ | View on GitHub | Browse Samples
This sample shows how requests made via the Fetch API can use a specific
referrer policy,
which affects the value of the Referer
HTTP header that's sent
to remote servers.
Multiple fetch()
requests are made for a local resource, each with a
different referrerPolicy
set. You can see the requests and the
Referer
header associated with each in
Chrome DevTools.