mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Client Certificate authentication support #196

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We are working on a lot of REST APIs that are protected by Client Certificate 
authentication and are forced to use monstrous SoupUI. Really want to use this 
chrome app but Client Certificate authentication is missing here.

Original issue reported on code.google.com by lashc...@gmail.com on 14 Aug 2013 at 6:16

GoogleCodeExporter commented 8 years ago
Hi, Thanks for issue report.

This app is based on XmlHttpRequest object in Javascript. There is no method 
available to manage certs. However if you install your certificate in your 
browser it should work fine then. The browser is managing connections with 
certs behalf of user.

Let me know if it works for you.

Original comment by jarro...@gmail.com on 27 Aug 2013 at 12:12