Tagged Questions

2
votes
3answers
375 views

Is the REFERER set if you redirect to a new web page using location.href =?

If you redirect a user to a new web page using the javascript location.href = <url>, what REFERER header does the destination web server see?
1
vote
1answer
777 views

Track http domain referer

Can i track the http referer with javascript, and append a variable to the URL string to store into a dbase? or could i track a cookie that the user gets? (very layman's terms here, sorry) if http ...
0
votes
3answers
260 views

Can user request's “Referer” be modified just in server side?

I have a web site server which do such work like this: The server receives request from user A(request referer is blank) and then redirect(at server side) user A to visiting web site B; Is there any ...