Performs an OCSP revocation check of the current TLS/SSL Certificate
...Due to restrictions in the browser APIs the OCSP request cannot be performed by the browser itself.
Therefore the request is done on a server which provides a simple [RESTApi](https://ocspchecker.com/) to trigger the OCSP Request and retrieve the results.
The only information passed to the server is the domain (not the entire URL).