blob: ff84ad01d1fd695a075b79a8ec6e36a1736984a2 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: globoff
4Short: g
5Help: Disable URL sequences and ranges using {} and []
6Category: curl
7Example: -g "https://example.com/{[]}}}}"
8Added: 7.6
9See-also: config disable
10Multi: boolean
11---
12This option switches off the "URL globbing parser". When you set this option,
13you can specify URLs that contain the letters {}[] without having curl itself
14interpret them. Note that these letters are not normal legal URL contents but
15they should be encoded according to the URI standard.