Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jun 20, 2013
1 parent 984b449 commit 67726c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Overview.html
Expand Up @@ -579,8 +579,12 @@ <h4 id="http-responses"><span class="secno">3.2.3 </span>HTTP responses</h4>

<dl>
<dt><dfn id="http-access-control-allow-methods" title="http-access-control-allow-methods"><code>Access-Control-Allow-Methods</code></dfn>
<dd><p>Indicates which <a href="#concept-method" title="concept-method">methods</a> are supported by the
resource for the purposes of the <a href="#cors-protocol">CORS protocol</a>.
<dd>
<p>Indicates which <a href="#concept-method" title="concept-method">methods</a> are supported by the
resource for the purposes of the <a href="#cors-protocol">CORS protocol</a>.

<p class="note">The `<code title="">Allow</code>` <a href="#concept-header" title="concept-header">header</a> is
not relevant for the purposes of the <a href="#cors-protocol">CORS protocol</a>.

<dt><dfn id="http-access-control-allow-headers" title="http-access-control-allow-headers"><code>Access-Control-Allow-Headers</code></dfn>
<dd><p>Indicates which <a href="#concept-header" title="concept-header">headers</a> are supported by the
Expand Down Expand Up @@ -1347,6 +1351,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
Brad Hill,
Brad Porter,
Cameron McCormack,
Clement Pellerin,
Collin Jackson,
David Håsäther,
David Orchard,
Expand Down
9 changes: 7 additions & 2 deletions Overview.src.html
Expand Up @@ -553,8 +553,12 @@ <h4>HTTP responses</h4>

<dl>
<dt><dfn title=http-access-control-allow-methods><code>Access-Control-Allow-Methods</code></dfn>
<dd><p>Indicates which <span title=concept-method>methods</span> are supported by the
resource for the purposes of the <span>CORS protocol</span>.
<dd>
<p>Indicates which <span title=concept-method>methods</span> are supported by the
resource for the purposes of the <span>CORS protocol</span>.

<p class=note>The `<code title>Allow</code>` <span title=concept-header>header</span> is
not relevant for the purposes of the <span>CORS protocol</span>.

<dt><dfn title=http-access-control-allow-headers><code>Access-Control-Allow-Headers</code></dfn>
<dd><p>Indicates which <span title=concept-header>headers</span> are supported by the
Expand Down Expand Up @@ -1300,6 +1304,7 @@ <h2 class="no-num">Acknowledgments</h2>
Brad Hill,
Brad Porter,
Cameron McCormack,
Clement Pellerin,
Collin Jackson,
David H&aring;s&auml;ther,
David Orchard,
Expand Down

0 comments on commit 67726c6

Please sign in to comment.