What does the acronym CORS stand for in web security? 🔊
The acronym CORS stands for Cross-Origin Resource Sharing. It is a security feature implemented in web browsers to control how resources are requested from one domain by a web application hosted on another. CORS helps protect user data by preventing malicious sites from accessing sensitive information, thereby ensuring safer interactions between different origin sources.
Equestions.com Team – Verified by subject-matter experts