What does it indicate when the error message "No 'Access-Control-Allow-Origin' header is present on the requested resource" appears in a web application?
A) The server has crashed.
B) The server is refusing to serve the resource due to a missing authentication token.
C) The requested resource is not allowing cross-origin requests.
D) The requested resource is too large to be processed.