Join the growing community of curious minds on IDNLearn.com. Join our knowledgeable community to find the answers you need for any topic or issue.

What should you do if an opaque response serves your needs when fetching a resource?
A. Set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
B. Enable CORS to ensure the response is not opaque.
C. Set the request's mode to 'cors' to fetch the resource with CORS enabled.
D. Disable all security settings in the browser.