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