Is there a way (@commands/script) to detect if a server is configured for session based authentication.
I wish to show a “logout” action if the server has it enabled.
Cheers
Ad
Is there a way (@commands/script) to detect if a server is configured for session based authentication.
I wish to show a “logout” action if the server has it enabled.
Cheers
Ad
Subject: Detecting session based authentication
Check if you can use @GetHTTPHeader(“HTTP Authentication”) or @GetHTTPHeader(“Cookie”) to determine authentication type.