Is there a way to check for an HTTPS status code in ruby? I know that there are ways to do this in HTTP using require 'net/http', but I’m looking for HTTPS. Maybe there is a different library that I need to use?
Is there a way to check for an HTTPS status code in ruby? I
Share
You can do this in net/http:
Refs: