Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "geocortex/framework/utils/HttpsUtils"

Index

Functions

getHost

  • getHost(): string
  • Returns a clean "host" path with which the application can create absolute URLs from relative ones (and vice versa).

    Returns string

isHttpsMode

  • isHttpsMode(): boolean
  • Determines whether or not application is running over https.

    Returns boolean

isHttpsUri

  • isHttpsUri(uri: string): boolean
  • Determines whether or not a URI is HTTPS by looking at the scheme.

    Parameters

    • uri: string

      The URI to test.

    Returns boolean