← All status codes
3xx Redirection
305
Use Proxy
The requested resource must be accessed through a proxy.
What it means
A 305 Use Proxy response indicates the requested resource must be accessed through a specific proxy. This status code is deprecated due to security concerns and is no longer used by most browsers.
Common causes
- A legacy server is requiring proxy access. This code is deprecated.
How to fix it
- Do not rely on this status code. Use a different mechanism to enforce proxy access.
Test a URL and see its actual status code now.
Open the checker →