Request Type
Constructors
| Constructor |
Description
|
Full Usage:
Request(hostname, certificate, validatedCertificate, isIssuedByKnownRoot, verificationResult, errorCode)
Parameters:
string
-
certificate : Certificate
-
validatedCertificate : Certificate
-
isIssuedByKnownRoot : bool
-
true if Chromium recognises the root CA as a standard root. If it isn't then it's probably the case
that this certificate was generated by a MITM proxy whose root has been installed locally (for example, by a corporate
proxy). This should not be trusted if the verificationResult is not OK.
verificationResult : string
-
OK if the certificate is trusted, otherwise an error like CERT_REVOKED.
errorCode : int
-
Error code.
Returns: Request
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.certificate
|
|
Full Usage:
this.errorCode
|
Error code. |
Full Usage:
this.hostname
|
|
Full Usage:
this.isIssuedByKnownRoot
|
true if Chromium recognises the root CA as a standard root. If it isn't then it's probably the case that this certificate was generated by a MITM proxy whose root has been installed locally (for example, by a corporate proxy). This should not be trusted if the verificationResult is not OK. |
Full Usage:
this.validatedCertificate
|
|
Full Usage:
this.verificationResult
|
OK if the certificate is trusted, otherwise an error like CERT_REVOKED. |
fable-electron-docs-api