Oracle
1Z0-899 · Question #156
A Client wants to retrieve a representation of a resource, for example an HTML page, allowing a cached version to be returning by an intermediary such a proxy server. Which HTTP method should it use?
The correct answer is A. GET. The first version of the HTTP protocol had only one method, namely GET, which would request a page from a server. The response from the server was always an HTML page
Web Application Environment
Question
A Client wants to retrieve a representation of a resource, for example an HTML page, allowing a cached version to be returning by an intermediary such a proxy server. Which HTTP method should it use?
Options
- AGET
- BPUT
- CPOST
- DDELETE
How the community answered
(53 responses)- A74% (39)
- B4% (2)
- C15% (8)
- D8% (4)
Explanation
The first version of the HTTP protocol had only one method, namely GET, which would request a page from a server. The response from the server was always an HTML page
Topics
#HTTP GET#HTTP methods#caching#idempotent requests
Community Discussion
No community discussion yet for this question.