mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-17 14:41:52 +02:00
Update CORS Resources (#3908)
* Update 106-cors.md * Update 102-cors.md * Update 106-cors.md
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# 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:
|
||||
|
||||
- [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
|
||||
- [CORS in 100 Seconds](https://www.youtube.com/watch?v=4KHiSt0oLJ0)
|
||||
- [CORS in 6 minutes](https://www.youtube.com/watch?v=PNtFSVU-YTI)
|
||||
- [Understanding CORS](https://rbika.com/blog/understanding-cors)
|
||||
|
@@ -4,4 +4,7 @@ Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allo
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [CORS — Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
|
||||
- [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
|
||||
- [CORS in 100 Seconds](https://www.youtube.com/watch?v=4KHiSt0oLJ0)
|
||||
- [CORS in 6 minutes](https://www.youtube.com/watch?v=PNtFSVU-YTI)
|
||||
- [Understanding CORS](https://rbika.com/blog/understanding-cors)
|
||||
|
Reference in New Issue
Block a user