diff --git a/files/en-us/web/http/cors/index.html b/files/en-us/web/http/cors/index.html index 09f4ae1f245bc8a..142e06a8f45a463 100644 --- a/files/en-us/web/http/cors/index.html +++ b/files/en-us/web/http/cors/index.html @@ -58,8 +58,6 @@

Examples of access control scenari

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.

-

A discussion of Cross-Origin Resource Sharing from a server perspective (including PHP code snippets) can be found in the Server-Side Access Control (CORS) article.

-

Simple requests

Some requests don’t trigger a CORS preflight. Those are called “simple requests” in this article, though the {{SpecName('Fetch')}} spec (which defines CORS) doesn’t use that term. A “simple request” is one that meets all the following conditions: