Answers for "php get username from iis"

PHP
2

php get username from iis

//If you've set IIS to authenticate users one or more of these should
//contain the username:

$_SERVER['LOGON_USER']
$_SERVER['AUTH_USER']
$_SERVER['REDIRECT_LOGON_USER']
$_SERVER['REDIRECT_AUTH_USER']
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language