# CORS Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. Visit the following resources to learn more: - [@article@Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) - [@video@CORS in 100 Seconds](https://www.youtube.com/watch?v=4KHiSt0oLJ0) - [@video@CORS in 6 minutes](https://www.youtube.com/watch?v=PNtFSVU-YTI) - [@article@Understanding CORS](https://rbika.com/blog/understanding-cors)