1

Hey there, I want to quickly and easily change my referrer to test something...

In the past I know there was nifty little Proxy programs that allowed you to enter whatever you wanted as your HTTP Referrer, but now I understand it's easier just to use the "Modify Headers" Firefox extension... Except I don't know what to enter into the addon!

I can't find any documentation, and the "Open Help" button links to a (pretty much) empty page on Bugzilla!

Can anyone please help, thanks!

alt text

3 Answers3

3

It's easier and more convenient to use an extension specifically developed for that purpose, e.g. RefControl.

Catherine
  • 16,610
2

i use https://addons.mozilla.org/en-US/firefox/addon/header-tool/ it's more friendly

you just need to enable it from the side panel menu (view>sidebar>headertool) and write inside

X-Forwarded-For : 10.0.0.2

you can get more info at http://en.wikipedia.org/wiki/HTTP_referrer

jonny78
  • 21
  • 1
2

This is pretty old but here is the answer to your question:

  1. Enable/start the addon
  2. From the dropdown menu on the window you show select modify
  3. In the 1st field write Referer
  4. In the 2nd field write your desired referer
  5. Click "add"

Now you should be able to see your new referer below, followed by a green light (indicating an active action.

LyK
  • 232