When a publishing request is issued by some electron or embedded webkit applications, the request may be treated as CORS request.
A preflight request (OPTIONS request) will be sent before the real request during performing the request.
Currently write.as responds 404 error for OPTIONS preflight requests.
I prefer ‘/api/posts’. My application is to publish posts from front end code. So enabling OPTIONS method for ‘/api/posts’ will be great help to get my app done.
Thanks.