How to see the size of the web page returned by the server using http protocol_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:21:43
Original
1128 people have browsed it

Server http protocol mobile phone

Hello everyone, the customer has provided us with the protocol content of the http access process for accessing a certain webpage on a mobile phone. As you can see, the server returns a value of 200, indicating that it returns OK.
However, because the returned web page is too large, the mobile phone cannot display it normally. Now we need to find the size of the web page returned by the server from the http interaction process.
Let me ask you: Where can I find this value?
Thank you very much!

Reply to discussion (solution)

The server’s response header is
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/xml
Server: Microsoft-IIS/7.5
X-UA-Compatible: IE=edge
Date: Mon, 07 Jan 2013 11:25:32 GMT
Content-Length: 48661

If the header is marked with: Transfer-Encoding: chunked, it needs to be calculated

Thanks~~
If the header is marked with: Transfer-Encoding: chunked, it needs to be calculated. Just a moment

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template