trying to see referrer for IE11 by simple code ,but not working with ServiceNow. this code working in chrome but giving empty referrer in IE. here is the code ,please suggest me.
<html>
<head>
<title>First Web Application</title>
</head>
<body>
<span style="color: #ff0000; ">${errorMessage}</span>
<form method="post">
Name : <input type="text" name="name" />
Password : <input type="password" name="password" />
<input type="submit" />
</form>
<a title="Link that opens in a new window" referrerpolicy="origin" href="https://localhost:8082/welcome-get?token=st566565 " target="_blank">Next</a>
</body>
</html>
The
referrer-policy
tag meansServicenow has its own classes
"rel = noopener noreferrer nofollow
to avoid tabNabbingPlease find the screenshot below for more information.