460 Client closed connection prematurely
The 460 HTTP response status code means that you sent an HTTP request to the AWS Elastic Load Balancer, but the connection was closed by your client before the server’s idle timeout period was over.
You can Check Your URLs HTTP Code for FREE
Introduction
In Action
Sample
Conclusion
Introduction
When you encounter the 460 Client Closed Connection Prematurely status code, it means that you sent an HTTP request to the AWS Elastic Load Balancer, but the connection was closed by your client before the server’s idle timeout period was over.
Essentially, your client closed the connection too early, and the load balancer couldn’t process the request due to this premature closure.
In Action
If you come across the 460 Client Closed Connection Prematurely status code, it indicates that your client closed the connection with the load balancer before the server’s idle timeout period completed. This means your client won’t receive the HTTP response, and the event will be recorded in the logs. It’s essential to ensure your client maintains the connection until the server’s idle timeout is over to avoid this error.
Note: Search engines like Google will not index a URL with a 460 response status. Therefore, any URLs previously indexed with this status code will be removed from the search results.
Conclusion
The 460 Client Closed Connection Prematurely status code means that the client (e.g., your browser) closed the connection with the server too quickly. As a result, the server couldn’t respond properly, and the request might not be completed successfully. It’s essential to maintain the connection until the server finishes processing to avoid this error.