-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Currently API post requests are failing.
When sending requests of application/json content type , the browser will first do a CORS preflight check and send an OPTION request. Because in the source code currently only POST cappucino routes are set, the OPTION requests are returning 405 errors.
This can be fixed in two ways:
- define cappucino OPTION routes
- don't send the post requests in application/json content type (maybe an axion library setting)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels