6

I would like to send a visitor to this page:

http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=6920927181221

But if there is no referrer to http://www.google.com, the functionality I'm feeling lucky doesn't work.

Do you have any idea how to do so?

fixer1234
  • 28,064
Natim
  • 1,677

1 Answers1

5

Put this on the end:

&sourceid=navclient

So that your URL is like this:

http://google.com/search?btnI=I%27m+Feeling+Lucky&q=6920927181221&sourceid=navclient

For example: Stack Overflow, which when clicked will have the HTTP REFERER header set to http://superuser.com/questions/56021/[...]. The same link sent through email, or when opened using right-click ยป Open Link in New Window, will have no REFERER set at all (in most browsers). All seem to work fine.

Arjan
  • 31,511
random
  • 15,201