Which http methods are used in Statamic admin? #8424
-
Hi. I have an issue with Statamic site moved to a specific shared hosting. The hosting's Apache server limits which http_methods are allowed. Everything works in Statamic except Saving changes. When I want to Save Globals or save changes in Collection entries, server responds with Failed to load resource: the server responded with a status of 405. It does allow creating new entries, but does not allow updating them. Anyone knows which http_methods are needed in Statamic control panel? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You'll want to have these enabled: GET / POST / PUT / PATCH / DELETE. I think that's them all. |
Beta Was this translation helpful? Give feedback.
You'll want to have these enabled: GET / POST / PUT / PATCH / DELETE. I think that's them all.