in reply to How to read just part of a url's content

Add a "Content-Range: bytes=0-512/*" header to your request if what you are wanting is to just get some of the bytes of the response (at least if the response previously included the "Accept-Ranges: bytes" header). Google can tell you more.

Update: Thanks to jettero for finding the right header. I've done this in the past but my quick look for the specifics ran into the wrong header at first.

- tye        

  • Comment on Re: How to read just part of a url's content (byte ranges)