From f89d77db60b18d8b4592a038d9c2b13d08faa9db Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Sun, 7 Mar 2021 15:18:07 -0800 Subject: [PATCH] Fix self-link to page as per issue 2911 (#2913) --- files/en-us/web/http/cors/index.html | 2 -- 1 file changed, 2 deletions(-) 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: