Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns a boolean flag whether the indicated URL requires authentication or not.

Syntax

Code Block
Response = HTTP_Services('URLRequiresAuthentication', URL)

Returns

Returns a boolean flag whether the indicated URL requires authentication or not.

Parameters

ParameterDescription
URLA fully formed URL. Required.

Remarks

Uses the GetNonAuthenticatedURLs service to determine if the indicated URL requires authentication. Non-authenticated URLs are used for special situations such as OAuth redirects where trusted servers need to connect but cannot pass authentication credentials.