Could you explain me?
Because in stats I can find Refelar links and I am curious.
How are they made?
Is it placed somewhere in HTTP request?
Could you explain me? Because in stats I can find Refelar links and I
Share
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.
Yes, it’s available by the
refererheader. Note that this is an optional field and its value can be spoofed by the client manually or by a client side application like some firewalls and internet security applications do (Norton Internet Security is known in this). You should preferably not let any business logic rely on this, but rather use it for pure statistics only.How to grab it depends on the server side language you’re using. In PHP you can do:
In Java/Servlet you can do:
Note the legendaric misspelling in the header field name.