HTTP Response Codes

Error ResponseResultDescription
400Bad requestThe proxy server can return this error code if the request did not contain a host to connect to or there was a generic error when parsing the HTTP request. Make sure your request is correctly formed. Include the URL in the request, and then try again.
401UnauthorizedThe proxy server returns this error when your request fails authentication on the target website. Make sure that you provide the correct authentication information for the website alongside the request.
403ForbiddenThe proxy server returns this error when its access to the target website has been blocked. Please try using a different proxy server location or ports.
404Not FoundThe server could not find the requested resources. Usually thrown when requesting a broken/dead link. Make sure you did not mistype the link.
407Proxy Authentication RequiredRequest lacks proxy authentication information, or the username or password is invalid. Include Proxy Authentication header in your request, and make sure your username and password are formed correctly. Then, try again.
408Request TimeoutThe requested server has closed the connection due to a timeout, regardless of the value set. Try sending the request again. If the issue persists, try changing the endpoint or session type to match your request.
500Internal Server ErrorThe proxy server has encountered an internal error. Retry the request at a later time.
502Bad GatewayThe proxy server received an invalid response from the upstream server. Retry request.
503Service UnavailableUsually means that the server (which in this context can mean either the proxy server or the targeted resource) is currently down or heavily overloaded and cannot provide a normal response. Retry your request and check whether your targeted resource is not under maintenance.
504Gateway TimeoutThe proxy server did not receive a response from the upstream server in time. Retry request.
522Connect TimeoutThe custom HTTP status code means that the proxy connection timed out during the CONNECT phase.
525No Exit FoundA custom HTTP status code means the proxy was unable to find an exit node that satisfies the request. Change request filter parameters or try again at a later time.

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.


```