Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 396 Bytes

cors.md

File metadata and controls

14 lines (10 loc) · 396 Bytes

What is CORS

Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be requested from another domain outside the domain from which the first resource was served. -- Wikipedia

Sites

  1. Wikipedia
  2. w3.org