当我curl www.google.com
在终端输入时,我得到以下回复。但是当我在浏览器(chrome)中输入类似的网址(www.google.com )时,我被重定向到www.google.co.in
当我从浏览器调用相同的 URL 时,为什么我看不到下面的 HTML?
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.co.in/">here</A>.
</BODY></HTML>