-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore Range header when the method is different than GET #2710
Conversation
My current approach is based on this convo which led to the conclusion that we should disallow the Range header altogether for mutation requests (mostly for Now, I have a doubt with what the RFC mentions:
I understand that "ignore" means we could continue the request as if the header wasn't there? But it could be argued that we do define Range handling by returning a |
Agree.
Agree as well. MUST for RFCs mean it's REQUIRED, so we should follow that behavior. Really So yes, |
957624f
to
322a813
Compare
322a813
to
6826b38
Compare
f497aab
to
1f9b59a
Compare
Closes #2705