Saved Bookmarks
| 1. |
The conditional GET mechanism(a) Imposes conditions on the objects to be requested(b) Limits the number of response from a server(c) Helps to keep a cache upto date(d) None of the mentioned |
|
Answer» Right choice is (c) Helps to keep a cache upto date To explain I would say: The HTTP protocol requests the server of the website its trying to access so that it can store its files, images etc. in cache memory. This request of asking the server for a document considering a specific parameter is called conditional GET Request. |
|