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

Show the final request headers sent to the server #159

Open
sirdarckcat opened this issue Jan 3, 2021 · 0 comments
Open

Show the final request headers sent to the server #159

sirdarckcat opened this issue Jan 3, 2021 · 0 comments

Comments

@sirdarckcat
Copy link
Member

See #134 - the TL;DR is that the Fetch API exposes only the headers available early on in the request flow, which might be different from the ones utlimately sent to the server (Accept-Encoding and Accept-Language for example).

It would be nice if, although we can't show them before they are sent, if we added them once we can see them (they should be available in the Network domain).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant