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
HTTP OPTIONS request support has been implemented to support behaviour exhibited by browsers (OPTIONS followed by the actual request), but no testing has yet been implemented. See app/controllers/v1/api_controller.rb#options for implementation.