Multiple choice technology web technology

HTML status code 305 specifies

  1. The resource has permanently moved to a different URI.

  2. The server has refused to fulfill the request.

  3. The document/file requested by the client was not found.

  4. The requested resource can only be accessed through the proxy specified in the location field.

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

HTTP 305 Use Proxy status code indicates that the requested resource MUST be accessed through the proxy specified in the Location header field. This is used by proxy servers to inform clients that they need to route their request through a specific proxy to reach the target resource.