You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design principles do not contain a lot of guidance on HTTP request / response headers. They only say that one should use structured fields, but it seems like there are a bunch of other considerations for headers that new user agent features should consider:
Naming - How should we name headers, what conventions do we follow?
Request size / overhead - how bad is the impact of new request headers on the web infrastructure, considering things like header compression, etc.?
Should we aim to reduce redundancy and omit request headers where possible, or consistently supply them for robustness?
Something about the trade-off between exposing headers vs. JS APIs
...and probably other things I'm not thinking of right now.
So, more headers guidance please :)
The text was updated successfully, but these errors were encountered:
Same-origin policy implications and whether to use a Sec- prefix and such are probably the most pertinent. But I think in most cases you want Fetch community/editor review for any new web platform HTTP headers.
This was brought up in our discussion of Storage Access Headers.
The design principles do not contain a lot of guidance on HTTP request / response headers. They only say that one should use structured fields, but it seems like there are a bunch of other considerations for headers that new user agent features should consider:
...and probably other things I'm not thinking of right now.
So, more headers guidance please :)
The text was updated successfully, but these errors were encountered: