Hi All
Is there any way to achieve SSL certificate Pinning using ‘@angular/http’ instead of using native HTTP plugin ? if yes, then how do i achieve it ?
Hi All
Is there any way to achieve SSL certificate Pinning using ‘@angular/http’ instead of using native HTTP plugin ? if yes, then how do i achieve it ?
See: https://stackoverflow.com/questions/44163506/wrap-cordova-http-plugin-promise-as-observable
“angular http client is unable to perform certificate pinning”
Hi
Thanks for the reply,
if angular does not support cerificate pinning, then it means that i’ll have to change all of my http’s request codes using the native HTTP.
Do you know if there’s any way to merge the native HTTP with the angular one ?
-> Do you know if there’s any way to merge the native HTTP with the angular one