usingHttpsOnly property

bool usingHttpsOnly
final

Whether only HTTPS is used for REST operations.

  • (Default) true: Only HTTPS is used.
  • false: Both HTTP and HTTPS are allowed.

Implementation

final bool usingHttpsOnly;