libURLSetAuthCallback

Allows HTTP Server authentication message handling by a callback routine.

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 2.5 Security: network

# Syntax

libURLSetAuthCallback

# Description

This and a number of other associated libURL messages allow you to set a callback routine for handling authentication with http servers and proxies. Generally, these are enabling routines, and may still require use of an external or other scripts when handling certain authentication schemes (for example NTLM or kerberos). More documentation about these routines will be available soon.

>*Important:* The libURLSetAuthCallback command is part of the > Internet library. To ensure that the command works in a > standalone application, you must include this > LiveCode custom library when you create your > standalone application. In the Inclusions pane of the > Standalone Application Settings window, make sure the "Internet" > script library is selected.

# Tags

# See