Safari浏览器中,Access-Control-Allow-Headers 兼容性问题,别设置为*,设置为具体的每个值
问题:macOS 10.13.6、Safari浏览器 11.1.2 中,接口报错:【Request header field Content-Type is not allowed by Access-Control-Allow-Headers.】
解决:Access-Control-Allow-Headers 别设置为*,设置为具体的每个值。
问题:macOS 10.13.6、Safari浏览器 11.1.2 中,接口报错:【Request header field Content-Type is not allowed by Access-Control-Allow-Headers.】
解决:Access-Control-Allow-Headers 别设置为*,设置为具体的每个值。