When encountering an error stating "No 'Access-Control-Allow-Origin' header is present on the requested resource," and you need to fetch the resource with CORS disabled, which request mode should be used?
A) cors
B) same-origin
C) no-cors
D) cors-with-credentials