API Action does not send credentials or method when using DELETE method

I want to use standard request methods in my app (e.g. DELETE, POST, GET) . I know I can use Server Connect forms, but they only support GET and POST.

API Actions appear to support DELETE, but the Credentials and DELETE method are not being sent so I’m getting a CORS error.

This video shows the same API Action with the method set to POST and then DELETE. In POST everything works correctly, but DELETE is missing the method and secuirty.auth cookies.

Screenshot showing cookies and method missing.

Community Page
Last updated: