curl-users
Re: curl and http redirects; possible security implications
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 18 Apr 2010 23:01:19 +0200 (CEST)
Date: Sun, 18 Apr 2010 23:01:19 +0200 (CEST)
On Sun, 18 Apr 2010, Lars Nilsson wrote:
> As Unix shells (most if not all) use ! for special purposes, the option
> value would have to be quoted (using single quotes) to prevent an attempt to
> expand it to during command line parsing. Perhaps something like ~ could be
> used instead (at least I don't think it should be a problem despite being
> used to designate home directory for some programs)? Just food for thought.
Or perhaps just + and - ?
Like --proto +ftp,http would mean only enable those protocols while --proto
-ftp,http would mean enable all protocols except the named ones.
The downside is perhaps that starting with a dash/minus makes it look like an
option...
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2010-04-18