Front-end-learning-to-organize-notes icon indicating copy to clipboard operation
Front-end-learning-to-organize-notes copied to clipboard

http请求中option主要是干什么的

Open Chocolate1999 opened this issue 4 years ago • 3 comments

Chocolate1999 avatar Jan 12 '21 06:01 Chocolate1999

https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/OPTIONS

Chocolate1999 avatar Jan 14 '21 01:01 Chocolate1999

查询服务器端支持的HTTP方法种类(幂等操作)

HearLing avatar Jan 14 '21 01:01 HearLing

预请求,要区分开复杂请求和简单请求,是对接口的保护

shenqistart avatar Feb 20 '21 02:02 shenqistart