卷曲响应内容长度

时间:2021-04-08 04:09:07

标签: curl httpresponse response-headers

为什么当我直接向 google 或 facebook 运行命令 curl 时:

curl -sI https://www.google.com/ | grep content-length | cut -d" " -f2

这不会让我得到内容长度的响应,但是当我运行时:

curl -sI https://www.google.com/intl/es-419/gmail/about/ | grep content-length | cut -d" " -f2

我得到的内容长度是74831,有什么区别?

0 个答案:

没有答案