Open derpflanz opened 2 years ago
Implement OPTIONS method.
OPTIONS
When using REST calls using a browser, the OPTIONS call is made as preflight, before any other calls are done.
Implement
OPTIONS
method.When using REST calls using a browser, the
OPTIONS
call is made as preflight, before any other calls are done.