Sample http range request session
Is it possible to show me a sample http session with range requests. I mean what would be the request and response headers? The following exchange is between Chrome and a static web server, retrieving an MP4 video. Initial request - for the video. Note the Accept-Ranges response header to indicate the server has range header support: GET /BigBuckBunny_320x180.mp4 Cache-Control: max-age=0 Connection: keep-alive Accept-Language: en-GB,en-US,en Host: localhost:8080 Range: Accept: text/html,application/xhtml+xml,application/xml,*/* User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 ...