'How can i go to Bookmarked page in react?
Enabled in react index.html
<meta name="referrer" content="no-referrer-when-downgrade" />
post that in header referer is visible, as below
referer: https://localhost:3000/search
I have tried to get the value in of referer in react using document.referrer
but i get '' (empty)
I was expecting to get https://localhost:3000/search as values of document.referrer.
Dot.Net Core + React js is my tech stack
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|