In <iframe src="***"></iframe>,all request "Referer" in the corresponding page only use the domain name and port number, without parameters

I need to access the corresponding page of<iframe src="***"></iframe>. The interface in the page uses "Referer" authentication, but Safari browser seems to have some security policy that filters the parameters, causing our authentication to fail. We tried to modify the "Referrer Policy", but it was also useless. I'm not sure if any friends who have encountered similar problems can help~ Thank you to every passing friend.

In &lt;iframe src="***"&gt;&lt;/iframe&gt;,all request "Referer" in the corresponding page only use the domain name and port number, without parameters
 
 
Q