Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do CORS request with credentials #60

Merged

Conversation

christian-bromann
Copy link
Contributor

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.

@paulirish paulirish merged commit 7b15219 into ChromeDevTools:master Oct 2, 2018
@christian-bromann christian-bromann deleted the feat/with-credentials branch October 2, 2018 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants