Finally I solved addind , observe: "response" to the headers like this: 

this.http.post(url, '', { headers: headers, observe: "response", 
reportProgress: true }).toPromise() 
        .then(response => { 
          console.log(response.headers); 
        }); 

--
Sent from: http://syncope-user.1051894.n5.nabble.com/

Reply via email to