Created: 2022-03-18 10:17
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
For CORS to work with credentials, the Access-Control-Allow-Origin
has to be set to the Origin
header of the incoming request. The wildcard (*
) doesn’t work.