Client intentionally disconnects due to long server response times.
Network issues on the client side causing unintentional disconnections.
Client browser timeout when a request takes too long to complete.
Client-side script cancelling the request before the server can respond.
# Request example curl -X POST https://sandbox.oxylabs.io/ -H 'Accept: application/xml;q=0.9' -H 'Accept-Encoding: compress' -H 'User-Agent: Safari/537.36'
Try Scraper API with 5K results
Minimize unnecessary headers and cookies in requests to avoid excessive request overhead.
Shorten the length of the headers by minimizing the size of each header field.
Limit the use of redundant or unnecessary headers in the request.
Configure the server to accept larger header sizes if reduction is not feasible.
# Response example HTTP/1.1 499 Client Closed Request Content-Type: text/plain Content-Length: 0
Web scraper API
Public data delivery from a majority of websites
From
49