-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
api.methodOverwrite
config option and check
#6650
api.methodOverwrite
config option and check
#6650
Conversation
a195121
to
924a0d1
Compare
924a0d1
to
2f9bd7a
Compare
2f9bd7a
to
3df6950
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like this new option and it would be great if we could get this PR done.
3df6950
to
62122e4
Compare
Thank you @distantnative, works great! |
@beromir that would be a breaking change for all setups that don't support pure PATCH requests etc. which we could not introduce in 4.5. This is why you actively have to set the config option, if you want the new behavior. |
Yeah, makes sense. Thank you. |
Description
Summary of changes
PATCH
requests etc. withoutx-http-method-override
headerapi.methodOverwrite
config option to activatex-http-method-override
headerPATCH
requests don't workReasoning
https://forum.getkirby.com/t/kirby-panel-not-editable-with-bunny-cdn/32215
Changelog
Enhancements
api.methodOverwrite
config option to activate purePATCH
requestsDocs
api.methodOverwrite
config option docsReady?
For review team