The Ultimate Guide to HTTP Status Codes (100–599)
A complete reference guide to all HTTP status codes from 100 to 599, with explanations and common use cases.
Feb 28, 2026
3xx Redirection
The 305 (Use Proxy) status code indicates that the requested resource must be accessed through the proxy given by the Location field. This status code is deprecated due to security concerns and is no longer used by modern servers.
Do not use 305 in modern applications. It is deprecated and ignored by all major browsers. If you need to configure proxy settings, use PAC files, DHCP, or browser configuration instead.
// NOT RECOMMENDED - 305 is deprecated and ignored by browsers