What is auth_user property of the request object?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is auth_user property of the request object?
Rating:
The auth_user property of the request object is used to get the name of a HTTP user of a Web browser. This information is retrieved only when the authorization is activated on the current URL. This property resembles the REMOTE_USER environment variable of the CGI script.
Rating:
Was this information helpful?
Other articles
- What is a server object?
- What is the window object?
- How to use comments in JavaScript?
- What is the opener property?
- What is the increment operator?