Passing PKI certs from Word to check hyperlinks
We're writing a hyperlink checker to validate all links in a document. We are finding that some sites are returning invalid. But if we paste the same URL into a browser, it's fine. I believe this is because our PKI certs are loaded in the browser, but when we check a URL from VBA, no certs are passed.
Is it possible to somehow pass user PKI certs from VBA?
|