Multiple choice

Which of the following tasks is/are not related to HTTP proxy?

  1. A proxy receives a request for an URL object.

  2. A proxy can modify the request.

  3. A proxy stores previous requests and responses for handling new requests.

  4. A proxy forwards the request towards the server.

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is false as a cache stores the previous requests and responses for handling new requests.