One feature I am working on for my application is a back button. I want to be able to track where users are coming from when they land on my website from another domain. How can I determine the URL that brought them to my site?
My goal is to redirect the user back to the original URL they came from when they click on my "Go back" button.
Thank you