无法加载资源:net :: ERR_SPDY_PROTOCOL_ERROR

时间:2018-09-26 11:30:12

标签: angular laravel-5

Error screenshot

我在使用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的服务

1 个答案:

答案 0 :(得分:0)

这是我解决此问题时要做的事情,

在Chrome浏览器中输入以下网址

 chrome://net-internals/#sockets

点击Sockets,然后点击Flush Socket pools