HTTP Flashcards

1
Q

HTTP

A

Add definition

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

HTTP Status Codes

A

A Successful request to the server results in a response, which is the message the server gives back to you, the client

The response from the server will contain a three-digit status code. These codes can start with a 1, 2, 3, 4, or 5, and each set of codes means something different.

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

1xx: (Server Response Status Code)

A

1xx: You won’t see these a lot. The server is saying, “Got it! I’m working on your request.”

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

2xx: (Server Response Status Code)

A

2xx: These mean “okay!” The server sends these when it’s successfully responding to your request.

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

3xx: (Server Response Status Code)

A

3xx: These mean “I can do what you want, but I have to do something else first.” You might see this if a website has changed addresses and you’re using the old one; the server might have to reroute the request before it can get you the resource you asked for.

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

4xx: (Server Response Status Code)

A

4xx: These mean you probably made a mistake. The most famous is “404,” meaning “file not found”: you asked for a resource or web page that doesn’t exist.

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

5xx: (Server Response Status Code)

A

5xx: These mean the server goofed up and can’t successfully respond to your request.

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

HTTP Methods (Four)

A

GET, POST, PUT and DELETE

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

HTTP Method (GET)

A

Retrieves information from the specified source.

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

HTTP Method (POST)

A

Sends new information to the specified source.

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

HTTP Method (PUT)

A

Updates existing information of the specified source

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

HTTP Method (DELETE)

A

Removes existing information from the specified source

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

API Key

A

An alphanumberic string used to identify you to an API

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