Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers to restrict web pages from making requests to a different domain than the one that served the web page, also known as ________.
- Same-Origin Policy
- Cross-Origin Policy
- Cross-Domain Policy
- Origin Control Policy
Cross-Origin Resource Sharing (CORS) is a security feature that enforces the Same-Origin Policy, which restricts web pages from making requests to a different domain than the one that served the web page. This helps prevent unauthorized access to data on other domains.
Loading...
Related Quiz
- How can mismanagement of dependencies and devDependencies impact the deployment of a Node.js application?
- How can you simulate user actions like clicks or keyboard inputs in Jest?
- You are working on a project that has several outdated packages with known vulnerabilities. What approach would you take to update those packages while ensuring the stability of the project?
- Which of the following is the primary goal of input sanitization?
- You are working on a project with tight deadlines, and there is limited time for testing. How would you prioritize testing activities to ensure the quality of the application without compromising the timeline?