Custom Authorization Header
TL;DR Some header names such as Authorization have special rules about caching as well as proxy & client handling; your custom header names would not get the special behavior unless you modified every single proxy & client. The point of using the common Authorization: <type> <value> header as defined in RFC7234 is mostly to ensure … Read more