ASP - How to get URL of Referring Site

前端 未结 1 1567
野性不改
野性不改 2021-02-19 10:24

This is an ASP question, not ASP.Net.

Assume there are two sites:

  1. www.domain-1.com
  2. www.domain-2.com

www.domain-1.com has a redirect

1条回答
  •  灰色年华
    2021-02-19 11:07

    referer = Request.ServerVariables ("HTTP_REFERER")

    0 讨论(0)
提交回复
热议问题