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 788296 of CORS

  • Revision slug: Glossary/CORS
  • Revision title: CORS
  • Revision id: 788296
  • Created:
  • Creator: Andrew_Pfeiffer
  • 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;<b>CORS&nbsp;</b>(cross-origin resource sharing) is a system that&nbsp;determines&nbsp;whether to block or fulfill these requests.</p>

<h2>Learn more</h2>

<h3>General knowledge</h3>

<ul>
 <li><a href="/en-US/docs/Web/HTTP/Access_control_CORS">HTTP access control (CORS)</a></li>
 <li><a href="https://en.wikipedia.org/wiki/Cross-origin_resource_sharing">Wikipedia article</a></li>
</ul>

<h3>Technical reference</h3>

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