You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Syntax

Response = HTTP_Services('URLRequiresAuthentication', URL)

Returns

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

Parameters

ParameterDescription
URLA full URL. Required.

Remarks

The RequestHeaderField argument should match one of the standard HTTP request header field names which are designed for content negotiation. The current list is as follows:

Accept
Accept-Charset
Accept-Encoding
Accept-Language
  • No labels