secureOptional constant
ServiceConfig_SecurityLevel
const secureOptional
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
Implementation
static const secureOptional = ServiceConfig_SecurityLevel('SECURE_OPTIONAL');