Show the final request headers sent to the server
Open
diff:hard
p:2
type:bug
- Dominant language
- TypeScript
- Stars
- 4.2k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.