javascript - Can the referer of web page redirection be modified through js or php?

WBOY
Release: 2023-03-01 18:14:02
Original
1487 people have browsed it

Now the page is in a pop-up box. After the user clicks OK, it will be redirected to a third-party page. However, it cannot be opened correctly due to a referer problem, so I would like to ask if there is a way to modify the referer when jumping through js or php?

Reply content:

Now the page is in a pop-up box. After the user clicks OK, it will be redirected to a third-party page. However, it cannot be opened correctly due to a referer problem, so I would like to ask if there is a way to modify the referer when jumping through js or php?

window.location.href = Doesn’t work?

You may try an anonymous redirect service like a.sina.lt

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!