## 🚀 Feature (A clear and concise description of what the feature is.) Some browsers rename the `X-HTTP-Override-Method` header to `X-Override-Method` which causes the POST -> GET path length fallback to not kick in. Feature proposal: * Accept both `X-Override-Method` and `X-HTTP-Override-Method` headers Potential solution: * First read the `X-Override-Method` header and then try `X-HTTP-Override-Method` if not set