Open
Description
🚀 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
andX-HTTP-Override-Method
headers
Potential solution:
- First read the
X-Override-Method
header and then tryX-HTTP-Override-Method
if not set
Metadata
Metadata
Assignees
Labels
No labels