Closed eshaz closed 1 year ago
The Access-Control-Allow-Credentials CORS header value should be true. It's case-sensitive according to the spec, and browsers don't accept True.
Access-Control-Allow-Credentials
true
True
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials#directives See eshaz/icecast-metadata-js#183
The
Access-Control-Allow-Credentials
CORS header value should betrue
. It's case-sensitive according to the spec, and browsers don't acceptTrue
.See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials#directives See eshaz/icecast-metadata-js#183