Symtoms
request as POST
response as OPTIONS
Cause
ask server first with OPTIONS if POST method is possible to use
Solution
should add OPTIONS method into response header's 'Access-Control-Allow-Methods'
request as POST
response as OPTIONS
ask server first with OPTIONS if POST method is possible to use
should add OPTIONS method into response header's 'Access-Control-Allow-Methods'