Skip to content

Commit

Permalink
[e] (0) Rename the 'Origin' header to 'XXX-Origin' for now, pending a…
Browse files Browse the repository at this point in the history
… conclusion from public-webapps.

git-svn-id: http://svn.whatwg.org/webapps@2669 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 14, 2009
1 parent 9010375 commit 3a1caeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -38192,7 +38192,7 @@ user reload must be equivalent to .reload()
<p>Otherwise, <a href=#fetch>fetch</a> the new resource. If the resource
is being fetched using HTTP, and the method is not GET<!-- or HEAD
(but that can't happen) -->, then the user agent must include an
<code title=http-origin>Origin</code> header whose value is
<code title=http-origin>XXX-Origin</code> header whose value is
determined as follows:</p>

<dl class=switch><dt>If the <a href=#navigate title=navigate>navigation</a> algorithm has
Expand Down Expand Up @@ -38227,7 +38227,7 @@ user reload must be equivalent to .reload()
<p>If fetching the resource results in a redirect, return to <a href=#navigate-fragid-step>the step labeled "fragment
identifiers"</a> with the new resource.</p>

<p class=note>Cross-origin redirects cause the <code title=http-origin>Origin</code> header to become "<code title="">null</code>" on subsequent requests in the chain.</p>
<p class=note>Cross-origin redirects cause the <code title=http-origin>XXX-Origin</code> header to become "<code title="">null</code>" on subsequent requests in the chain.</p>

</li>

Expand Down Expand Up @@ -40281,11 +40281,11 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
include a <code title=http-ping-from>Ping-From</code> HTTP
header.</dd>

</dl><p>In addition, an <code title=http-origin>Origin</code> header
</dl><p>In addition, an <code title=http-origin>XXX-Origin</code> header
must always be included, whose value is the <a href=#ascii-serialization-of-an-origin title="ASCII
serialization of an origin">ASCII serialization</a> of the
<a href=#origin-0>origin</a> of the the <code>Document</code> containing the
<a href=#hyperlink>hyperlink</a>. The value of the <code title=http-origin>Origin</code> header must be set to "<code title="">null</code>" when following redirects if the <a href=#origin-0 title=origin>origins</a> of all the <a href=#url title=URL>URLs</a> involved are not the <a href=#same-origin title="same
<a href=#hyperlink>hyperlink</a>. The value of the <code title=http-origin>XXX-Origin</code> header must be set to "<code title="">null</code>" when following redirects if the <a href=#origin-0 title=origin>origins</a> of all the <a href=#url title=URL>URLs</a> involved are not the <a href=#same-origin title="same
origin">same</a>.</p>

<p class=note>To save bandwidth, implementors might also wish to
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -43488,7 +43488,7 @@ user reload must be equivalent to .reload()
<p>Otherwise, <span>fetch</span> the new resource. If the resource
is being fetched using HTTP, and the method is not GET<!-- or HEAD
(but that can't happen) -->, then the user agent must include an
<code title="http-origin">Origin</code> header whose value is
<code title="http-origin">XXX-Origin</code> header whose value is
determined as follows:</p>

<dl class="switch">
Expand Down Expand Up @@ -43530,7 +43530,7 @@ user reload must be equivalent to .reload()
identifiers"</a> with the new resource.</p>

<p class="note">Cross-origin redirects cause the <code
title="http-origin">Origin</code> header to become "<code
title="http-origin">XXX-Origin</code> header to become "<code
title="">null</code>" on subsequent requests in the chain.</p>

</li>
Expand Down Expand Up @@ -45843,12 +45843,12 @@ interface <dfn>SQLStatementErrorCallback</dfn> {

</dl>

<p>In addition, an <code title="http-origin">Origin</code> header
<p>In addition, an <code title="http-origin">XXX-Origin</code> header
must always be included, whose value is the <span title="ASCII
serialization of an origin">ASCII serialization</span> of the
<span>origin</span> of the the <code>Document</code> containing the
<span>hyperlink</span>. The value of the <code
title="http-origin">Origin</code> header must be set to "<code
title="http-origin">XXX-Origin</code> header must be set to "<code
title="">null</code>" when following redirects if the <span
title="origin">origins</span> of all the <span
title="URL">URLs</span> involved are not the <span title="same
Expand Down

0 comments on commit 3a1caeb

Please sign in to comment.