Re: HTTPbis and the Same Origin Policy

On 25 Nov 2009, at 22:18, Tyler Close wrote:

> That I-D defines an identifier for an origin, but not the Same Origin
> Policy.

It also defines what the "equality" operator in the same-origin policy means.

> For example, what document says: a HTTP PUT request cannot be
> sent cross-origin.

XMLHttpRequest, for the purposes of HTTP PUT requests caused through that API.

No spec, for form submissions, since the policy doesn't hold for these.

Received on Wednesday, 25 November 2009 21:29:10 UTC