ChromeDevTools / timeline-viewer

View DevTools Timeline trace files from Google Drive wicked easily
https://chromedevtools.github.io/timeline-viewer/
Other
323 stars 43 forks source link

Do CORS request with credentials #60

Closed christian-bromann closed 5 years ago

christian-bromann commented 5 years ago

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.