Skip to content

Commit 2fc3955

Browse files
committed
Clarify web-origin-authorization
1 parent ee67b75 commit 2fc3955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,11 @@ <h4 property="schema:name">Web Origin Authorization</h4>
803803

804804
<ul>
805805
<li>an Authorization allowing access to the requesting agent (<code>acl:agent</code>, <code>acl:agentGroup</code>, <code>acl:agentClass</code>);</li>
806-
<li>an Authorization with an <code>acl:origin</code> property value that of <code>Origin</code>’s field-value; and</li>
806+
<li>an Authorization with an <code>acl:origin</code> property value that of <code>Origin</code>’s field-value, when the required access mode is not available to all agents (<code>acl:agentClass foaf:Agent</code>); and</li>
807807
<li>the required access mode is allowed for the requesting agent and the origin.</li>
808808
</ul>
809809

810-
<p>When an authorization is granted to an HTTP request including the <code>Origin</code> header, the server MUST include the HTTP <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Headers</code> headers in the response of the HTTP request.</p>
810+
<p>When a server participates in the <abbr title="Cross-Origin Resource Sharing">CORS</abbr> protocol [<cite><a class="bibref" href="#bib-fetch">FETCH</a></cite>] and authorization is granted to an HTTP request including the <code>Origin</code> header, the server MUST include the HTTP <code>Access-Control-Allow-Origin</code> and <code>Access-Control-Allow-Headers</code> headers in the response of the HTTP request.</p>
811811

812812
<div class="note" id="access-subject-origin-rejection-reason" inlist="" rel="schema:hasPart" resource="#access-subject-origin-rejection-reason">
813813
<h5 property="schema:name"><span>Note</span>: Access Subject and Origin Rejection Reason</h5>

0 commit comments

Comments
 (0)