Request header field countent-type is not allowed by Access-Control-Allow-Header in preflight resp
解决修改服务端设置响应头部分的代码,完美解决。详细基本需求:发送一个POST请求,请求参数是一个JSON对象,通过请求体requestbody传递。以下使用了axios(也可以使用jQuery,fetch等)。varsomeParams={...};//对象格式axios({meethod:"POST",url:"xxx",data:someParams,headers:{"Content-Typ