Merge branch 'kamranahmedse:master' into master

pull/1010/head
Aroyan 3 years ago committed by GitHub
commit bd1644c160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md

@ -1 +1,7 @@
# Cors # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme="yellow" badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS'>Cross-Origin Resource Sharing (CORS)</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=4KHiSt0oLJ0'>CORS in 100 Seconds</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=PNtFSVU-YTI'>CORS in 6 minutes</BadgeLink>

Loading…
Cancel
Save