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
The reference docs make mention to the options for cors in creation of a new server, and the default methods allowed. I believe this default should include PATCH, especially given that it includes PUT/POST/DELETE.
Given that most modern restful APIs are JSON based, PATCH is much more appropriate than PUT.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reference docs make mention to the options for cors in creation of a new server, and the default methods allowed. I believe this default should include PATCH, especially given that it includes PUT/POST/DELETE.
Given that most modern restful APIs are JSON based, PATCH is much more appropriate than PUT.
The text was updated successfully, but these errors were encountered: