Cant get headers of response in angular 5
问题 I make a post request to a server which responds with two headers that are important for the client: username and access-token. The Network Tab of the Chrome debug tool displays the following data for the response: I also log the response on the console: Here the headers are not present - why is this? My code for logging: this.usersService.registerNewUser(firstName, lastName, email, username, birthday, password).subscribe( res => { console.log(res); }, err => { console.log("Error" + JSON