Update CORS Resources (#3908)
* Update 106-cors.md * Update 102-cors.md * Update 106-cors.mdpull/3803/head^2
parent
9051e22476
commit
482cf64bf5
2 changed files with 6 additions and 1 deletions
@ -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) |
||||
|
Loading…
Reference in new issue