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?

A

null17

18
Q

What is a URN?

A

null18

19
Q

What is a URL?

A

null19

20
Q

What is a URI?

A

null20

21
Q

What is a session?

A

null21

22
Q

What is an XML namespace?

A

null22

23
Q

What is an ephimeral token?

A

null23

24
Q

What is an authentication token?

A

null24

25
Q

What is a JWT?

A

null25

26
Q

What is a cookie?

A

null26

27
Q

What is a bearer authentication token?

A

null27

28
Q

What is a basic authentication token?

A

null28

29
Q

What does it mean for a server to be stateless?

A

null29

30
Q

What does it mean for a server to be stateful?

A

null30

31
Q

What does it mean for an XML to be well formed?

A

null31

32
Q

What does it mean for an XML to be valid?

A

null32

33
Q

What browsers currently support cookies as of 3/1/2021?

A

null33

34
Q

What are the HTTP verbs/methods?

A

null34

35
Q

What are the HTTP status code levels?

A

null35

36
Q

What are some common 500 level HTTP status codes?

A

500-server error, 501-not implemented, 502-bad gateway, 503-service unavailable, 504-gateway timeout

37
Q

What are some common 400 level HTTP status codes?

A

400-bad request, 403-forbidden, 404-not found, 408-request timeout, 413-payload too large, 429-too many requests

38
Q

What are some common 300 level HTTP status codes?

A

300-multiple choices, 301-moved permanently, 303-see other, 307-temp redirect, 308-permanent redirect

39
Q

What are some common 200 level HTTP status codes?

A

200-ok, 201-created, 202-accepted, 204-no content, 205-reset content, 206-partial content

40
Q

What are some common 100 level HTTP status codes?

A

100-continue, 101-switching protocols, 102-processing

41
Q

What are examples of API testing tools and what are their purpose?

A

null36

42
Q

Provide a link for validating an XML document.

A

null37