Web Technologies (HTML, CSS, JavaScript, HTTP)
Identify the correct concept described as: a browser security mechanism that controls whether a web page can request resources from a different origin.
- A. CORS ✓
- B. Cookie
- C. HTTP status code 404
- D. RESTful API
Correct answer
A. CORS
Explanation
CORS refers to a browser security mechanism that controls whether a web page can request resources from a different origin.