The wildcard that blocks a credentialed request
The commonest CORS failure. The server allowed every origin, and because the request carries cookies the browser rejects the wildcard outright. The error message says nothing about credentials.
- origin
- https://app.example.com
- method
- GET
- credentials
- yes
- allow-origin
- *
- allow-credentials
- yes