Making API calls using certificates

46 views
Skip to first unread message

Kirthi Raman

unread,
Jul 24, 2021, 3:53:21 AM7/24/21
to Angular and AngularJS discussion
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?


Reply all
Reply to author
Forward
0 new messages