php - How to avoid link hijacking
習慣沉默
習慣沉默 2017-06-13 09:21:40
0
2
816

Recently, links are often hijacked and redirected to other addresses. Please tell me how to avoid this problem.

Will it have any effect after I add SSL encryption?

習慣沉默
習慣沉默

reply all(2)
过去多啦不再A梦

The hijacking you are talking about refers to the HTTP hijacking done by ISP?
ISP's HTTP hijacking will only start after detecting the HTTP GET packet (hijack the packet and return 302, the process is probably like this)
So don't say use https, cut the packet smaller, so that If the ISP cannot detect the complete HTTP GET request, the problem can be solved
- But I don't know how to cut the data packet into smaller sizes. I think changing the MTU is useless, and the performance loss of changing the MTU is too great.
It is recommended to go to https directly.

淡淡烟草味

80% of the problem can be solved by using https

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!