Terms in This Set (52) : Study Sets, Textbooks, Questions
Terms in This Set (52) : Study Sets, Textbooks, Questions
com/257760051/rest-flash-cards/
REST
Terms in this set (52)
1 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
2 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
Which markup language can JSON and XML are the two markup languages that
be used in restful web api? can be used in Restful web api
3 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
4 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
5 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
It means, CREATED.
What does the HTTP Status When a resource is successfully created using
Code 201 mean? POST or PUT request, it returns a link to the newly
created resource using the location header.
It means, no CONTENT.
What does the HTTP Status Example:
Code 204 mean? a DELETE request happens and the response
body is empty, a 204 code will return.
6 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
It means, FORBIDDEN.
It states that a user does not have access to a
What does the HTTP Status
method being used.
Code 403 mean?
Example:
delete access without admin rights.
7 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
8 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
9 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
platform independent
lightweight approach
What is an advantage of REST good performance
Simple http is used to make calls between
machines.
10 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
Assumption
Assume you don't directly talk with server
this means that at each stop of the way is another
Layered place you can have info cached
rest services seem fast b/c it relies on caching.
info is cached on your machine and on every
router stop along the way to the server
11 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
12 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
13 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
benefits of rest
rest allows more data formats. soap only allows
What are some differences xml
between SOAP and REST rest is easier to work with
rest offers superior performance through caching
info
rest is used by yahoo, ebay, amazon, google
rest is generaly faster and uses less bandwidth
benefits of soap
soap offers robust security- soap supports ws-
security
soap offers built in retry logic to compensate for
failed communications. rest doesn't have a built in
messaging system.
there are no standard set of rules for rest
14 of 15 26-Feb-22, 3:08 PM
REST Flashcards | Quizlet https://quizlet.com/257760051/rest-flash-cards/
15 of 15 26-Feb-22, 3:08 PM