我在Angular 7中只有一个奇怪的标题问题。
我要执行POST请求:
this.http.post(this.loginUrl, payload, {observe: 'response'})
.subscribe((resp: HttpResponse<any>) =>
console.log(resp.headers.get('Authentication')));
作为回应,没有Content-Type
和Pragma
,我不会收到标头。
邮递员的回复
来自Google Chrome的回复
总是有未定义的标题列表:
有人可以帮助我吗?请这么多。