Closed christian-bromann closed 6 years ago
Our tracing logs are secured with a JWT token. With the current CORS request we can't authenticate ourself.
In order to allow us to use this awesome tool we need to make the CORS request with credentials so all cookies are passed along.
Problem
Our tracing logs are secured with a JWT token. With the current CORS request we can't authenticate ourself.
Solution
In order to allow us to use this awesome tool we need to make the CORS request with credentials so all cookies are passed along.