Is it possible to show me a sample http session with range requests.
I mean what would be the request and response headers?
Is it possible to show me a sample http session with range requests. I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The following exchange is between Chrome and a static web server, retrieving an MP4 video.
Initial request – for the video. Note the
Accept-Rangesresponse header to indicate the server has range header support:Range header in previous response detected – subsequent request with open-ended range to confirm support. Response returns a 206 status and
Content-Rangeheader to indicate the bytes present in the response body:Subsequent range request to capture the end of the file (probably to capture trailing metadata):
User clicks in the video progress bar beyond the downloaded range – a range request is issued to begin playing from the selected position: