In web development, if you want to fetch a resource with CORS (Cross-Origin Resource Sharing) disabled and the response is opaque, which request mode should you set?
A) cors
B) same-origin
C) no-cors
D) cors-with-credentials