From 13ab5527d5e52276db0fd6e77f333c0d16cceb8b Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 31 Jul 2014 18:19:46 +0200 Subject: [PATCH] Added hint about quoting of header values to man page. --- doc/vimb.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1