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.
The text was updated successfully, but these errors were encountered:
Update: Test added in test/controllers/v1/tests_controller_test.rb#options, although test coverage analysis claims it does not work correctly. This should be investigated further.
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.The text was updated successfully, but these errors were encountered: