最佳答案
我有一个 django 视图,它对 curl 请求返回 HTTP 301:
grapefruit:~ pete$ curl -I http://someurl
HTTP/1.1 301 MOVED PERMANENTLY
Date: Fri, 16 Oct 2009 19:01:08 GMT
Server: Apache/2.2.9 (Win32) mod_wsgi/2.5 Python/2.6.2 PHP/5.2.6
Location: http://someurl
Content-Type: text/html; charset=utf-8
我无法从 curl 获得页面内容。但是,如果我使用浏览器访问该页面,我会看到预期的内容。
有什么想法吗?
谢谢, 皮特