REST and HTTP Protocols Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and questions from the lecture on REST and HTTP protocols.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What protocol does REST follow?

HTTP

2
New cards

What does HTTP Code 200 represent?

Success

3
New cards

Which option is true for REST Services?

In REST Services, the client gets access to resources and the server provides access to them.

4
New cards

What method is used to obtain a list of supported operations in REST services?

GET

5
New cards

What category does the 5xx HTTP code belong to?

Server Error

6
New cards

Is it possible to maintain sessions in REST on the server-side?

No

7
New cards

Which Cache-Control directive indicates resources need revalidation if max-age has crossed?

must-revalidate

8
New cards

What category do 1xx HTTP status codes belong to?

Informational

9
New cards

What does the status code 302 represent?

The resource requested has been found and moved temporarily to a new URL location.

10
New cards

Which constraint is not a strict requirement for a service to be a RESTful web service?

Code on Demand

11
New cards

Which component of HTTP response contains the metadata for the response message?

Response Header

12
New cards

Which directive of the Cache-control header tells that the resource cannot be cached?

no-cache/no-store