cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: chunked pages

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 May 2008 13:48:12 +0200 (CEST)

On Thu, 22 May 2008, Blue Hawk wrote:

> I am having a problem grabbing chunked pages

This has nothing to do with chunked or not.

> I am trying to get pages from http://beta.m.yahoo.com/
> the body i receive is
> <!-- webgw10.mobile.re3.yahoo.com uncompressed/chunked Thu May 22 10:57:57 GMT 2008 -->

If you add -v you see that this is a 302 response.

Then you can add -L and make curl follow the redirect and then you'll end up
getting a page that actually has more contents.

Is that what you want?

-- 
  / daniel.haxx.se
Received on 2008-05-22