Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 842839 of CORS

  • Revision slug: Glossary/CORS
  • Revision title: CORS
  • Revision id: 842839
  • Created:
  • Creator: PetiPandaRou
  • Is current revision? No
  • Comment

Revision Content

It is insecure to allow a webpage to request any resources from any other {{glossary("domain","domains")}} without limitation. CORS (Cross-Origin Resource Sharing) is a system that determines whether to block or fulfill these requests.

Learn more

General knowledge

Technical reference

Revision Source

<p>It is insecure to allow a webpage to request any resources from any other {{glossary("domain","domains")}} without limitation.&nbsp;<strong>CORS&nbsp;</strong>(Cross-Origin Resource Sharing) is a system that&nbsp;determines&nbsp;whether to block or fulfill these requests.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li><a href="/en-US/docs/Web/HTTP/Access_control_CORS">HTTP access control (CORS)</a> on MDN</li>
 <li>{{Interwiki("wikipedia", "Cross-origin resource sharing")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
 <li><a href="https://www.w3.org/TR/cors/">Specification</a> on W3C recommandation</li>
</ul>
Revert to this revision