Status codes

 1. 403 : Forbidden. When password and username are correct but do not have access.

2. 200 : OK

3. 401 : Unauthorized. When either password or username are incorrect.

4. 405 : Method not allowed. This means there is no such URL.

5. 

Комментарии

Популярные сообщения из этого блога

Lesson1: JDK, JVM, JRE

SE_21_Lesson_11: Inheritance, Polymorphism

SE_21_Lesson_9: Initialization Blocks, Wrapper types, String class