BugTraq
Back to list
|
Post reply
Re: "Exploiting the XmlHttpRequest object in IE" - paper by Amit Klein
Sep 27 2005 03:19AM
anonymous anonymous com
Another way to spoof a Referer header using XMLHTTP is to do something like this:
xmlhttp.SetRequestHeader("Referer:", "http://some.referer.com");
Note that the ':' after the Referer does the trick here. If this is not present IE ignores this header.
Thanks!
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
xmlhttp.SetRequestHeader("Referer:", "http://some.referer.com");
Note that the ':' after the Referer does the trick here. If this is not present IE ignores this header.
Thanks!
[ reply ]