search

Home  >  Q&A  >  body text

php - How to avoid link hijacking

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?

習慣沉默習慣沉默2826 days ago948

reply all(2)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-06-13 09:23:40

    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.

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-06-13 09:23:40

    80% of the problem can be solved by using https

    reply
    0
  • Cancelreply