javascript - How to modify the referer in the request header
天蓬老师
天蓬老师 2017-06-28 09:24:37
0
2
1341

When requesting an image, I found that the referer was judged to be invalid if noreferer was set. Is there any way to modify the referer in the request header?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
Peter_Zhu

Change the image address and set up an nginx proxy to the origin site

为情所困

The front end cannot modify the referer. 'proxy_set_header referer' can be set via nginx proxy

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template