Skip to content

Commit

Permalink
Fix self-link to page as per issue 2911 (#2913)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Mar 7, 2021
1 parent 7545bda commit f89d77d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/http/cors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ <h2 id="Examples_of_access_control_scenarios">Examples of access control scenari

<p>We present three scenarios that demonstrate how Cross-Origin Resource Sharing works. All these examples use {{domxref("XMLHttpRequest")}}, which can make cross-site requests in any supporting browser.</p>

<p>A discussion of Cross-Origin Resource Sharing from a server perspective (including PHP code snippets) can be found in the <a class="internal" href="/en-US/docs/Web/HTTP/CORS">Server-Side Access Control (CORS)</a> article.</p>

<h3 id="Simple_requests">Simple requests</h3>

<p>Some requests don’t trigger a <a href="#preflighted_requests">CORS preflight</a>. Those are called <em>“simple requests”</em> in this article, though the {{SpecName('Fetch')}} spec (which defines CORS) doesn’t use that term. A “simple request” is one that <strong>meets all the following conditions</strong>:</p>
Expand Down

0 comments on commit f89d77d

Please sign in to comment.