cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Problem with --continue-at

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 22 May 2003 08:54:08 +0200 (CEST)

On Wed, 21 May 2003, Roth, Kevin P. wrote:

> Regarding #3, THANK YOU! I really appreciate having this change; I'm
> surprised I didn't notice it in the changelog.

It is mentioned as done on April 9.

> Is there any chance some kind of warning could be printed, if curl sees a
> "Location:" header, but the -L wasn't specified? At least, if verbose
> output (-v) was requested?

Something like this? (as shown with 'curl -v [url]')

--- start ---
< HTTP/1.1 301 Moved Permanently
< Date: Thu, 22 May 2003 06:50:07 GMT
< Server: Apache/1.3.26 (Unix)
* We ignore this location header as instructed
< Location: https://new.secret.site.domain/
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
--- end ----

-- 
 Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
Received on 2003-05-22