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
{{ message }}
This repository was archived by the owner on Mar 23, 2020. It is now read-only.
Long story short
OPTIONS request are very first call for every PUT, POST and DELETE, We need to document it as we are running with CORS
Expected behaviour
Document that its expected, per https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Preflighted_requests#Preflighted_requests
Actual behaviour
Docs missing
Steps to reproduce
Observe network calls from browser to server for PUT, POST and DELETE