Angular 7-无标题响应

时间:2018-12-22 22:30:02

标签: angular http header http-headers angular7

我在Angular 7中只有一个奇怪的标题问题。

我要执行POST请求:

this.http.post(this.loginUrl, payload, {observe: 'response'})
    .subscribe((resp: HttpResponse<any>) => 
         console.log(resp.headers.get('Authentication')));

作为回应,没有Content-TypePragma,我不会收到标头。

邮递员的回复

enter image description here

来自Google Chrome的回复

enter image description here

总是有未定义的标题列表:

enter image description here

有人可以帮助我吗?请这么多。

0 个答案:

没有答案