Is it possible to get the url of the previous website page from another website domain using javascript, example:
user have this website url in browser:
www.example.com/page1.html
then user cleared the browser address bar and wrote my website
url: www.test.com
What I need is using javascript to get the
www.example.com/page1.html url.
Is that possible?