post请求用postman没问题,但是用挨批post这个就提示“Invalid CORS request“
把路径变量里的全局变量去掉就可以了(因为apipost是默认请求头加了origin,而接口请求头没有加origin)
在预执行脚本添加 apt.removeRequestHeader("origin");
post请求用postman没问题,但是用挨批post这个就提示“Invalid CORS request“
把路径变量里的全局变量去掉就可以了(因为apipost是默认请求头加了origin,而接口请求头没有加origin)
在预执行脚本添加 apt.removeRequestHeader("origin");
本文标题:APIPOST请求invalid cors request
本文链接:https://www.haomeiwen.com/subject/rpyapftx.html
网友评论