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
When the browser elects to do a pre-flight check and calls OPTIONS on a route, it receives the full HTTP verb list: DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT. Clearly our routes are not supporting PATCH or many of the others. Seems a bit fishy!
The text was updated successfully, but these errors were encountered:
When the browser elects to do a pre-flight check and calls OPTIONS on a route, it receives the full HTTP verb list:
DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
. Clearly our routes are not supporting PATCH or many of the others. Seems a bit fishy!The text was updated successfully, but these errors were encountered: