From 244971fa1567bd817d99b66b245f783c505af614 Mon Sep 17 00:00:00 2001 From: jcamiel Date: Tue, 23 Apr 2024 17:42:25 +0200 Subject: [PATCH] Fix docs sample. --- docs/request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request.md b/docs/request.md index ca99557e3ce..50951b321ca 100644 --- a/docs/request.md +++ b/docs/request.md @@ -650,7 +650,7 @@ output: out.html # dump the response to this file path-as-is: true # do not handle sequences of /../ or /./ in URL path skip: false # skip this request unix-socket: sock # use Unix socket for transfer -user: bob=secret # use basic authentication +user: bob:secret # use basic authentication variable: country=Italy # define variable country variable: planet=Earth # define variable planet verbose: true # allow verbose output