I'm working on SSL Pinning for Web API(URL) used in my angular application. I came through some npm modules (such as ssl-information, ssl-checker) to fetch SSL information
But these npm modules are based on node environment.. not working in angular app. Can anyone suggest me working library for reading the SSL information of given URL?
Note: I can pass only URL as an input parameter not cert or key.