By default, cross-origin requests don't include cookies or HTTP authentication. To send credentials, you must explicitly enable them on both client and server.
This is more restrictive than regular CORS — you can't use wildcards, and the server must explicitly allow credentials.