Hi everyone,
I'm building a web API that will receive request from Ionic mobile app, which use AngularJS to make to request.
But the problem is, according to this
Because of "Preflighted requests", AngularJS first will make an OPTION request "to determine whether the actual request is safe to send"
How can I handle this kind of request? Because my API only support 1 kind of request for an URI (GET or POST or PUT...)
Thank you very much