webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
basic-auth.php File Reference

Variables

 $expectedUsername = isset($_GET['username']) ? $_GET['username'] : 'username'
 
 $expectedPassword = isset($_GET['password']) ? $_GET['password'] : 'password'
 
 $realm = isset($_GET['realm']) ? $_GET['realm'] : $_SERVER['REQUEST_URI']
 

Variable Documentation

◆ $expectedPassword

$expectedPassword = isset($_GET['password']) ? $_GET['password'] : 'password'

◆ $expectedUsername

$expectedUsername = isset($_GET['username']) ? $_GET['username'] : 'username'

◆ $realm

$realm = isset($_GET['realm']) ? $_GET['realm'] : $_SERVER['REQUEST_URI']