promisefeni / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

HTTP_REFERER environment variable is not being set #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use an AJAX request for RSH to produce an updated URL, for example 
http:///www.foobar.com/home#one 
2. Click on a regular link from that page
3. Review the HTTP_REFERER environment variable on the new page

What is the expected output? What do you see instead?
I expected HTTP_REFERER to be set to "http://www.foobar.com/home#one".  Instead 
it was populated with "http://www.foobar.com/home", omitting the RSH parameter 
that was added to the URL.

What version of the product are you using? On what operating system?
Using RSH 0.6 RC1.  Linux (Ubuntu) operating system.

Please provide any additional information below.

Original issue reported on code.google.com by antonlka...@gmail.com on 29 Jun 2010 at 3:46

GoogleCodeExporter commented 8 years ago
The browsers do not pass anchor tags along with the referrer. What you are 
getting is expected.

Original comment by jbr...@gmail.com on 15 Feb 2012 at 7:55