Search code examples
javascriptjqueryhttp-referer

How to get HTTP-Referer via JS | Jquery?


Is it possible to get the http-referer of visitors via pure JS or with JQuery?


Solution

  • Yes. Just use document.referrer.