You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea would be to have all mutating endpoints (PUT, POST and DELETE) return a 405 Method Not Allowed by default, unless a configuration option is explicitly set to allow mutations.
The text was updated successfully, but these errors were encountered:
Idea would be to have all mutating endpoints (
PUT
,POST
andDELETE
) return a 405 Method Not Allowed by default, unless a configuration option is explicitly set to allow mutations.The text was updated successfully, but these errors were encountered: