I have an http-server that requests with Access-Control-Allow-Credentials=true (see more details
CodePudding user response:
Browsers do not provide an API that makes that possible.
Consider using cookie based authentication (instead of Basic Auth) and redirecting through a single-sign-on style login system to set the cookies instead.