I am creating a badge for my website.
UPDATE and CHANGE the question body
I’m trying to send the URL of the page that contain my badge back to my site when someone clicks the badge.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get the referrer with
document.referrer, but bear in mind this may not be set. Proxies often send a different one or strip it, and I don’t think you can checkX_FORWARDED_FORin JavaScript.