You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. "get" a link (say A) which redirects to another page (say B).
2. "follow_link" on page B to the page C.
What is the expected output? What do you see instead?
The page C should get B in "Referer" header. Instead, it gets A.
What version of the product are you using? On what operating system?
WWW::Mechanize 1.71
Perl 5.12.4
Ubuntu 11.10
Please provide any additional information below.
A test case using URL shorteners is attached. It should show the Referer as http://preview.tinyurl.com/6435yb (B in the explanation) because that is the page on which the link is clicked, not http://bit.ly/zgSLNp (A in the explanation) which is the original URL.
[email protected] reported on Jan 30, 2012
Details
Imported from Google Code issue 230 via archive
The text was updated successfully, but these errors were encountered: