what is HTTP OPTIONS verb

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.

posted on 2017-04-18 14:23  wyman25  阅读(280)  评论(0编辑  收藏  举报

导航