What does the HTTP Status Code 401 indicate?
Answers
Answered by
0
Answer:
The 401 status code indicates that the HTTP request has not been applied because it lacks valid authentication credentials (usually username and password) for the target resource. If the request included authentication credentials the 401 response indicates that authorization has been refused for those credentials.
Similar questions