|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
can you Change IE referer headers?
Im trying to figure out if there is a way to modify IE so that it sends a Referer header of my choice.
Opera lets you turn referer logging on and off but I dont think you can edit the one it sends. anyone know? |
|
#2
|
||||
|
||||
|
It it possible
|
|
#3
|
|||
|
|||
|
any idea how?
|
|
#4
|
||||
|
||||
|
Um, actually, I'm no longer sure of my answer. It is possible to spoof any Referrer you want, using perl for example, but I'm not sure you can modify it in IE. I'll defer to someone who knows better than I.
|
|
#5
|
||||
|
||||
|
You can do it, if you're programming using the IE control object. In VB, Delphi or C++ Builder, simply drop an IE control into your form and then use the Navigate or Navigate2 method to navigate to a page.
http://msdn.microsoft.com/library/d...s/navigate2.asp Notice that the methods take one required param (URL) and a bunch of optional params, one of which is the Header. You can put any extra HTTP headers that you like here.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
|
#6
|
|||
|
|||
|
yeah... I know you can set it with programs.. its easy in php too just modify the headers.
I just thought it would be cool if I could set IE to send something that I put in it to all the websites. |
|
#7
|
||||
|
||||
|
You could write a browser helper object, which gets loaded along with IE. Most spam toolbars are browser helper objects.
|
|
#8
|
|||
|
|||
|
yeah... that would probably work.. I wonder how difficult that would be.
|
|
#9
|
||||
|
||||
|
Not too hard, if you know what you're doing
. MSDN is a good place to start. For delphi/C++ builder, google for "Delphi Browser Helper Object" |
![]() |
| Viewing: Dev Shed Forums > Other > Dev Shed Lounge > can you Change IE referer headers? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|