我正在尝试向 Dreamfactory 后端发出 http 请求。
return this.$http({
method: "GET",
url: "http://.../DMO_emails?filter=nom%20LIKE%20%27xxx%25%27%20OR%20nom%20LIKE%20%27%25%20xxx%25%27",
headers: {
"X-Dreamfactory_Application-Name": "appName"
});
在第一次请求之后,任何请求都会返回错误:
净::ERR_EMPTY_RESPONSE