From c2737d8a423025b6de146a77b8dd602e7014f3bb Mon Sep 17 00:00:00 2001 From: Ragul <69342560+ragul-thangaraju@users.noreply.github.com> Date: Thu, 13 Jan 2022 19:10:47 +0530 Subject: [PATCH] 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 --- .../content/111-web-security-knowledge/106-cors.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md index 7b9050194..1079e74cb 100644 --- a/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md +++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/106-cors.md @@ -1 +1,7 @@ -# Cors \ No newline at end of file +# 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. +Free Content +Cross-Origin Resource Sharing (CORS) +CORS in 100 Seconds +CORS in 6 minutes