content-type
浏览器支持的 Content-Type 值为 application/x-www-form-urlencoded,multipart/form-data 和 text/plain。如果是其他数据类型(如 application/json,text/xml...),那么将触发预检请求。
Content-Type: text/html; charset=utf-8 Content-Type: image/jpeg
from 提交方式:Content-Type: application/x-www-form-urlencoded form 提交方式 文件上传:Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryujecLxDFP JSON: Content-Type: application/json form 提交方式
文本:text/plain、text/html、text/css、text/javascript、text/xml 图片:image/gif、image/png、image/jpeg 视频:video/webm、video/ogg 音频:audio/midi、audio/mpeg、audio/webm、audio/ogg、audio/wav 二进制:application/octet-stream、application/pdf、application/json