3053xx Redirection

Use Proxy

The 305 Use Proxy HTTP status code is a unique response that instructs the client to access the requested resource through the proxy specified in the Location header of the response. This type of redirection means that the client should not directly connect to the server hosting the resource but instead make the request through an intermediary proxy that has been specified by the server. It is important to note that this status code is rarely used in practice due to security concerns associated with directing clients to use specific proxies, and modern web clients and browsers may not support or honor this response code for those same security reasons. The introduction of the 305 Use Proxy status was intended to offer a mechanism for content distribution and access control through proxy services, but the practical application of this status code has been limited.