httpsRedirect property

bool? httpsRedirect
getter/setter pair

If set to true, the URL scheme in the redirected request is set to https.

If set to false, the URL scheme of the redirected request will remain the same as that of the request. The default is set to false.

Implementation

core.bool? httpsRedirect;