HTTP Flashcards

1
Q

What is the structure of a HTTP response?

A

null1

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

What is the structure of a HTTP request?

A

null2

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

What is the structural difference of a GET requests from a POST request?

A

null3

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

What is the purpose of XML?

A

null4

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

What is the purpose of JSON?

A

null5

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

What is the purpose of a PUT request?

A

null6

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

What is the purpose of a POST request?

A

null7

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

What is the purpose of a PATCH request?

A

null8

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

What is the purpose of an XSD?

A

null9

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

What is the purpose of a GET request?

A

null10

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

What is the purpose of a DTD?

A

null11

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

What is the purpose of a DELETE request?

A

null12

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

What is the meaning of a redirected request?

A

null13

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

What is the meaning of a forwarded request?

A

null14

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

What is the CORS handshake?

A

null15

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

What is HTTP?

A

null16

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

What is CORS?

18
Q

What is a URN?

19
Q

What is a URL?

20
Q

What is a URI?

21
Q

What is a session?

22
Q

What is an XML namespace?

23
Q

What is an ephimeral token?

24
Q

What is an authentication token?

25
What is a JWT?
null25
26
What is a cookie?
null26
27
What is a bearer authentication token?
null27
28
What is a basic authentication token?
null28
29
What does it mean for a server to be stateless?
null29
30
What does it mean for a server to be stateful?
null30
31
What does it mean for an XML to be well formed?
null31
32
What does it mean for an XML to be valid?
null32
33
What browsers currently support cookies as of 3/1/2021?
null33
34
What are the HTTP verbs/methods?
null34
35
What are the HTTP status code levels?
null35
36
What are some common 500 level HTTP status codes?
500-server error, 501-not implemented, 502-bad gateway, 503-service unavailable, 504-gateway timeout
37
What are some common 400 level HTTP status codes?
400-bad request, 403-forbidden, 404-not found, 408-request timeout, 413-payload too large, 429-too many requests
38
What are some common 300 level HTTP status codes?
300-multiple choices, 301-moved permanently, 303-see other, 307-temp redirect, 308-permanent redirect
39
What are some common 200 level HTTP status codes?
200-ok, 201-created, 202-accepted, 204-no content, 205-reset content, 206-partial content
40
What are some common 100 level HTTP status codes?
100-continue, 101-switching protocols, 102-processing
41
What are examples of API testing tools and what are their purpose?
null36
42
Provide a link for validating an XML document.
null37