出现这个问题,涉及到post发送json数据时,强制要求先发送一次OPTION来跟服务器验证。
要绕过这个问题,就要发送字符串,并且content-type要配置为application/x-www-form-urlencoded
参考
https://segmentfault.com/q/1010000007665348
https://github.com/axios/axios#using-applicationx-www-form-urlencoded-format
出现这个问题,涉及到post发送json数据时,强制要求先发送一次OPTION来跟服务器验证。
要绕过这个问题,就要发送字符串,并且content-type要配置为application/x-www-form-urlencoded
参考
https://segmentfault.com/q/1010000007665348
https://github.com/axios/axios#using-applicationx-www-form-urlencoded-format