HTTP Range header

As Wrikken suggested, it’s a valid request. It’s also quite common when the client is requesting media or resuming a download. A client will often test to see if the server handles ranged requests other than just looking for an Accept-Ranges response. Chrome always sends a Range: bytes=0- with its first GET request for a … Read more