Simulate a request for an image. the request header contains range, but why does the returned content-range field not exist?

Source: Internet
Author: User
Tags ranges
This is the request header {code...}. this is the response header {code...}. he directly returned a complete image. as expected, this is the request header.

GET http://subversion.apache.org/images/windows.png HTTP/1.1Host: subversion.apache.orgRange: 1000-3000Content-Length: 14Pragma: no-cache

This is the response header

HTTP/1.1 200 OKDate: Sun, 28 Aug 2016 01:33:56 GMTServer: Apache/2.4.7 (Ubuntu)Last-Modified: Thu, 14 Jan 2010 21:29:52 GMTETag: "1403-47d2696640237"Accept-Ranges: bytesContent-Length: 5123Content-Type: image/pngCache-Control: no-cache

He directly returned a complete image. as expected, only partial images are returned.

Reply content:

This is the request header

GET http://subversion.apache.org/images/windows.png HTTP/1.1Host: subversion.apache.orgRange: 1000-3000Content-Length: 14Pragma: no-cache

This is the response header

HTTP/1.1 200 OKDate: Sun, 28 Aug 2016 01:33:56 GMTServer: Apache/2.4.7 (Ubuntu)Last-Modified: Thu, 14 Jan 2010 21:29:52 GMTETag: "1403-47d2696640237"Accept-Ranges: bytesContent-Length: 5123Content-Type: image/pngCache-Control: no-cache

He directly returned a complete image. as expected, only partial images are returned.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.