libURLSetAuthCallback | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | internet library |
Summary | Allows HTTP Server authentication message handling by a callback routine. |
Introduced | 2.5 |
OS | mac, windows, linux |
Platforms | desktop, server |
Related | Keyword: URL Message: startup, openBackground, preOpenStack, openStack, preOpenCard Glossary: main stack, handler, Standalone Application Settings, message, group, standalone application, keyword, command, application, LiveCode custom library Library: Internet library, library |
Security | network |
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.
|