I’m setting up basic authentication on a php site and found this page on the php manual showing the set up. What does “realm” mean here in the header?
header('WWW-Authenticate: Basic realm="My Realm"');
Is it the page page being requested?
I’m setting up basic authentication on a php site and found this page on the php manual showing the set up. What does “realm” mean here in the header?
header('WWW-Authenticate: Basic realm="My Realm"');
Is it the page page being requested?