InterviewSolution
Saved Bookmarks
| 1. |
What HTTP Status Code 401 states? |
|
Answer» It means, FORBIDDEN, states that user is not having access to method being used for example, delete access without admin rights. |
|