Hello,
Is there a possibility to send a HTTP request with client certificate for authentication?
If I open the URL of my backend service which is client-cert secured in chrome browser, chrome is asking for a certificate to use for authentication, which is fine.
In my case, I am having an Ionic 2 hybrid-app which uses angular 2 and there is only an EMPTY RESPONSE after requesting a client-cert secured REST service.
Any ideas on that?
Regards