我在使用Angular版本6和laravel 5的Angular项目中遇到此错误
export class ServicesService {
baseUrl = 'https://savuk.000webhostapp.com/public/api/';
constructor(private http: HttpClient, private authentication: ) {
}
getcountries() {
console.log(this.authentication.gettocken());
return this.http.get<any>(this.baseUrl + 'country/all', {
headers: new HttpHeaders().set('Authorization', 'Bearer ')
});
}
}
这是调用api的服务
答案 0 :(得分:0)
这是我解决此问题时要做的事情,
在Chrome浏览器中输入以下网址
chrome://net-internals/#sockets
点击Sockets
,然后点击Flush Socket pools