In which authentication method does changing the username or password can be done only by entering the code and making the manual adjustment.
A
Hard-coding a login pair directly into the script
B
File-based authentication
C
Data-based authentication
D
PEAR’S HTTP authentication
Correct Answer: Hard-coding a login pair directly into the script
The simplest way to restrict resource access is by hard-coding the username and password directly into the script. In this authentication method, changing the username or password can be done only by entering the code and making the manual adjustment. This is one of the drawbacks of hard-coding a login pair directly into the script.