From: Daniel Carl Date: Thu, 31 Jul 2014 16:19:46 +0000 (+0200) Subject: Added hint about quoting of header values to man page. X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=13ab5527d5e52276db0fd6e77f333c0d16cceb8b;p=vimb.git Added hint about quoting of header values to man page. --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 5cfec63..d6e6972 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -992,11 +992,14 @@ Note that these headers will replace already existing headers. If there is no '=' after the header name, than the complete header will be removed from the request, if the '=' is present means that the header value is set to empty value. + +To use '=' within a header value the value must be quoted like shown in +Example for the Cookie header. .RS .P Example: .PD 0 -.IP ":set header=DNT=1,User-Agent" +.IP ":set header=DNT=1,User-Agent,Cookie='name=value'" Send the 'Do Not Track' header with each request and remove the User-Agent Header completely from request. .PD