问题
Please forgive my lack of understanding on this subject. I had bunch of urls that I am interested to know the size of its web page. So, I used HTTP Head req method to get the Content-Length. I verified the Content-Length values generated from Head method by opening some of those urls in a browser (I used Firefox) and checking the "View Page Info" (from right-click on website in browser) option that gives the "Size:".
For most of the urls, both the values matches but not for some. I wonder why is that?
来源:https://stackoverflow.com/questions/23345225/http-head-method-content-length-does-not-match-with-size-on-view-page-info