| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20050927031923.27749.qmail@securityfocus.com>
Date: 27 Sep 2005 03:19:23 -0000
From: anonymous@...nymous.com
To: bugtraq@...urityfocus.com
Subject: Re: "Exploiting the XmlHttpRequest object in IE" - paper by Amit
Klein
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!