How do you get the Url Referer via a javascript include?

前端 未结 2 424
谎友^
谎友^ 2020-12-28 14:06

If I search for something on google and click on a result (mytestsite.com), the referer to that site will be URL of the google search.

Now on that site, there is a J

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-28 14:55

    A script tag will always refer to the document that is sourcing it. If you're doing something special on the server you might want to consider using a session or cookies.

提交回复
热议问题