I am running an angular app (using angular9) and we have API calls that 
works fine if I call via Python like
session = requests.Session()
headers = { 'cert': 'my cert path', 'verify': 'my verif cert path' }
r = session.post(url, headers=headers, data)

However, is there a similar way to directly call from angular's HttpClient 
using certificates?


-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/d136a830-4ea3-4012-8834-9b8845858ca3n%40googlegroups.com.

Reply via email to