标签:utf-8 char ade header encode set nbsp status ==
解决方法:
1、进入head安装目录;
2、cd _site/
3、编辑vendor.js 共有两处
①. 6886行 contentType: "application/x-www-form-urlencoded
改成
contentType: "application/json;charset=UTF-8"
②. 7573行 var inspectData = s.contentType === "application/x-www-form-urlencoded" &&
改成
var inspectData = s.contentType === "application/json;charset=UTF-8" &&
{"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406}
标签:utf-8 char ade header encode set nbsp status ==
原文地址:https://www.cnblogs.com/changeEveryDay/p/11221995.html