- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jan 2009 22:05:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15614
Modified Files:
Overview.html
Log Message:
Rename the 'Origin' header to 'XXX-Origin' for now, pending a conclusion from public-webapps. (whatwg r2669)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1838
retrieving revision 1.1839
diff -u -d -r1.1838 -r1.1839
--- Overview.html 14 Jan 2009 20:41:19 -0000 1.1838
+++ Overview.html 14 Jan 2009 22:05:54 -0000 1.1839
@@ -31142,7 +31142,7 @@
<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
@@ -31177,7 +31177,7 @@
<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>
@@ -32702,11 +32702,11 @@
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 class=note>To save bandwidth, implementors might also wish to
consider omitting optional headers such as <code>Accept</code> from
these requests.<p>User agents must, unless otherwise specified by the user, honor
Received on Wednesday, 14 January 2009 22:06:06 UTC