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
I noticed when making my reverse proxy that the Forwarded header is not implemented, along with a bunch of others. So here's a list of 'permanent HTTP headers with a status of standard' on IANA's list, as of 2017-06-28:
I'm not sure what we want to do with these - whether we keep them, or move them to another module for clarity. This list will also have to be kept up to date. I copied the HTML and used multiple cursors to make it, but it could be a bit error prone. It's a start at least though!
The text was updated successfully, but these errors were encountered:
brendanzab
changed the title
Todod list of standard, permanent HTTP headers
Todo list of standard, permanent HTTP headers
Jul 15, 2017
I'm actually not too worried about what is in the IANA registry. People register all sorts of super specific headers there, but that doesn't mean that everyone actually uses them.
For instance, the Access-Control headers are quite common for web apps, Whereas all the DAV related headers are likely used by very few (I had no idea there was so many).
So far, we've added the headers as people have needed them. If the header isn't that common, it's been recommended to make a separate crate.
I noticed when making my reverse proxy that the
Forwarded
header is not implemented, along with a bunch of others. So here's a list of 'permanent HTTP headers with a status of standard' on IANA's list, as of 2017-06-28:We have some other headers not in this list in our
headers::common
module:I'm not sure what we want to do with these - whether we keep them, or move them to another module for clarity. This list will also have to be kept up to date. I copied the HTML and used multiple cursors to make it, but it could be a bit error prone. It's a start at least though!
The text was updated successfully, but these errors were encountered: