2.2.2.3.2 HTTPS Activation Service Version 1.1 X.509 URI
The HTTPS Activation Service Version 1.1 X.509 URI is an HTTP/TLS URI, as specified in [RFC2616] and [RFC2818], which results from resolving the following ActSvc11_X509_URI ABNF rule [RFC2234].
-
ActSvc11_X509_URI = "https:" "//" host ":" port abs_path abs_path = "/" segment "/Activation/Coordinator11/"
The ABNF tokens "host", "port", and "segment", specified in [RFC2396], are used to construct HTTPS URIs as specified in [RFC2818]. The specific values for these tokens are derived from an ExtendedWhereabouts structure as follows.
host: MUST be the szCharArray field of the HostName field.
port: MUST be the HttpsPort field.
segment: MUST be the szCharArray field of the BasePath field.
If the "V1.1" SupportedProtocolFlag in the SupportedProtocols field of the ExtendedWhereabouts structure is 1, then the Coordinator MUST implement the HTTPS Activation Service Version 1.1 X.509 endpoint at this URI.