The options verb is sent by browser to see if server accept cross origin request or not, this process is called "prefight".If the response contain the right header of CORS, then web browser will go ahead to send the real request to the resouce, if not, browser will do nothing.