HTTP Status Message Flashcards

1
Q

1xx

A

1xx is used for information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

100 Continue

A

The server has received the
request headers, and the client
should proceed to send request body

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

101 Switching Protocols

A

The requestor has asked the server

to switch protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

103 Early Hits

A

Used with the Link header to
allow the browser to start preloading
resources, while the server prepares
A response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2xx

A

Successful

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

200

A

OK

Standard response for success

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

201

A

Created:
The request has been fulfilled
AND a new resource is creates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

202

A

Accepted
The request has been accepted
BUT has not been completed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

203

A

Non-Authoritative Information:
The request us successful
BUT returning from another source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

204

A

No Content:
The request is successful
BUT not returning any content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

205

A
Reset Content:
The request is successful
BUT not returning any content
AND the requestor needs to reset 
The document view
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

206

A

Partial Content:
The server is only delivering part
of the request due to a range header
set by the client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

3xx

A

Redirection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

300

A

Multiple Choices:
The user can select a link
Maximum of 5 addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

301

A

Moved Permanently:
The requested page has moved to a
new URL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

303

A

See Other:
The requested page can be
found under a different URL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

304

A

Not Modified:
The page has not been modified
since last requested

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

307

208

A

Temporary Redirect

Permanent Redirect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

5xx

A

Server Error

20
Q

500

A

Internal Server Error:
Generic message for when
others are not suitable

21
Q

501

A

Not Implimented:
The server does not recognize request
OR cannot fulfill request

22
Q

502

A

Bad Gateway:
Server is a gateway/proxy
AND recieved invalid response from
the upstream server

23
Q

503

A

Unavailable:

Service is overloaded or down

24
Q

504

A

Gateway Timeout:
Server is a gateway/proxy
AND the upstream server is taking
too long

25
Q

505

A

HTTP version not supported

26
Q

511

A

Network Authentification Required:
Client needs to authenticate to
gain access

27
Q

4xx

A

Client Error

28
Q

400

A

Bad Request:
Request cannot be fulfilled
because of bad syntax

29
Q

401

A
Unauthorized:
Legal request but the server is
refusing to respond
(Authentication is possible but
has failed or not yet provided)
30
Q

402

A

Payment Required

31
Q

403

A

Forbidden:

legal requests but server refuses

32
Q

404

A

Not Found:
The request was not found
BUT may be available again

33
Q

405

A

Method Not Allowed:
The request is not supported
by the page

34
Q

406

A

Not Acceptible:
Server cannot produce a
response matching the requests
content negotiation headers

35
Q

407

A

Proxy Authentication Required:

The client must first authenticate with the proxy

36
Q

408

A

Request Timeout:

The server timed out waiting for the request

37
Q

409

A

Conflict:

The request cannot be completed because of conflict in the request

38
Q

410

A

Gone:

The requested page is no longer available

39
Q

411

A

Length Required:

The content length is not defined and the server will not accept the request without it

40
Q

412

A

Precondition Failed:

The precondition in the request evaluated to false in the server

41
Q

413

A

Request too Large:

Server cannot accept the request entity for being too large

42
Q

414

A

Request-URI Too Long:

Occurs when you convert a POST request to GET request with long query information

43
Q

415

A

Unsupported Media Type:

Server will not accept a media type that is unsupported

44
Q

416

A

Range Not Satisfiable:

The client asked for a portion of the file BUT there server cannot supply that portion

45
Q

417

A

Expectation Failed:

Server could not meet the requirements of the Expect request-header field