Update 106-cors.md (#995)
* Update 106-cors.md * Update description * Add resources for CORS * Update content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
8d0ce907b4
commit
19bee0e2ac
1 changed files with 7 additions and 1 deletions
@ -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…
Reference in new issue