Re: Include Referer-HTTP-header in requests from XMLHttpRequests

On 6/29/06, Mark Nottingham <mnot@yahoo-inc.com> wrote:
> See my previous message; the whole point is that Referer is *not*
> under the control of the author, but instead automatically generated
> based on the user's context.

I understand, but I don't see it as a large burden to ask that authors do this;

    r.setRequestHeader( "Referer", this.location.href );

Mark.

Received on Thursday, 29 June 2006 21:11:11 UTC