Duplicate Referrer Header - HTTP.sys barfs - Stack Overflow

View: New views
4 Messages — Rating Filter:   Alert me  

Duplicate Referrer Header - HTTP.sys barfs - Stack Overflow

by Julian Reschke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See
<http://stackoverflow.com/questions/1715138/duplicate-referrer-header-http-sys-barfs>:

it appears IIS has started rejecting request with duplicate Referer
headers; does anybody know whether this applies to similar kinds of
broken requests?

BR, Julian


Re: Duplicate Referrer Header - HTTP.sys barfs - Stack Overflow

by David Morris-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


My first question would be whether this has been confirmed on a different
IIS installation? Or if it is a new issue or just discovered because of
the particular application situation?

Dave Morris

On Wed, 11 Nov 2009, Julian Reschke wrote:

> See
> <http://stackoverflow.com/questions/1715138/duplicate-referrer-header-http-sys-barfs>:
>
> it appears IIS has started rejecting request with duplicate Referer headers;
> does anybody know whether this applies to similar kinds of broken requests?
>
> BR, Julian
>


Re: Duplicate Referrer Header - HTTP.sys barfs - Stack Overflow

by mnot :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've seen it with duplicate Host headers (which makes more sense, at  
least).


On 11/11/2009, at 10:14 AM, Julian Reschke wrote:

> See <http://stackoverflow.com/questions/1715138/duplicate-referrer-header-http-sys-barfs 
> >:
>
> it appears IIS has started rejecting request with duplicate Referer  
> headers; does anybody know whether this applies to similar kinds of  
> broken requests?
>
> BR, Julian
>


--
Mark Nottingham     http://www.mnot.net/



Re: Duplicate Referrer Header - HTTP.sys barfs - Stack Overflow

by Julian Reschke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Mark Nottingham wrote:
> I've seen it with duplicate Host headers (which makes more sense, at
> least).

Using Mark's tool...:

<http://redbot.org/?uri=http%3A%2F%2Fmsdn.microsoft.com%2Fxyz&req_hdr=Referer%3A%2Fx&req_hdr=Referer%3A%2Fy>

So it appears IIS 7.0 does this already.

BR, Julian