Monday, 4 March 2019

Checking for HTTP and SSL

I am working on a learning project where I want to check the status of a web page and see if the SSL cert is valid. I also want to check for the status code that it returns. Ideally I would do this in one HTTP request and get back everything I need.​I found this package and can check SSL certs but can't seem to get a HTTP response code from it when it errors out.​https://www.npmjs.com/package/ssl-checker​Ideally I would like a single package that would let me make these calls easily and also in a async/await way or at least promise based

Submitted March 05, 2019 at 12:31AM by jsdfkljdsafdsu980p

No comments:

Post a Comment