Hi, swap-- It's not really clear what you're asking, or how anyone can help you without more information.
If your question is "What does this message mean", the answer is in the first response: The error message you're showing below means exactly what it says-- The server accepted the request and then closed the connection without sending any bytes back. It's possible that this happened because the server didn't like some aspect of the request (e.g. the IP address from which the request was sent, the User-Agent header on the request, etc) or because the server is buggy, or the network connection failed, etc. A properly functioning server *should* return an error message in the event that it deliberately does not want to provide a resource, but not all do so.
Regards,
Eric Lawrence
Telerik
If your question is "What does this message mean", the answer is in the first response: The error message you're showing below means exactly what it says-- The server accepted the request and then closed the connection without sending any bytes back. It's possible that this happened because the server didn't like some aspect of the request (e.g. the IP address from which the request was sent, the User-Agent header on the request, etc) or because the server is buggy, or the network connection failed, etc. A properly functioning server *should* return an error message in the event that it deliberately does not want to provide a resource, but not all do so.
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items