开发者

removing http referer problem

开发者 https://www.devze.com 2023-03-23 08:03 出处:网络
I want to remove the http referer from the header while redirecting to other page. I am using python and django in the application. Is there a way to remove or reset the referer info.开发者_C百科Refer

I want to remove the http referer from the header while redirecting to other page. I am using python and django in the application. Is there a way to remove or reset the referer info.开发者_C百科


Referer header is sent by the browser, so you can't control it from the server side.

0

精彩评论

暂无评论...
验证码 换一张
取 消