Replies: 1 comment 2 replies
-
OnBeforeResourceLoad is called before a request is made. CEF doesn't support obtaining the certificate for an individual resource load. You can call GetVisibleNavigationEntryAsync when the page has finished loading to obtain the certificate. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is possible get current X509Certificate while loading (OnBeforeResourceLoad) request?
My scope is detect when somebody use reverse proxy https decription (like fiddler) with X509 self signed cert, then i need to detect what is current cert.
I tried this it return right at first start then it dont "update" :
but dont retunr current cert for unknow reason
Beta Was this translation helpful? Give feedback.
All reactions