2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: globoff
|
|
|
|
Short: g
|
|
|
|
Help: Disable URL sequences and ranges using {} and []
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: curl
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: -g "https://example.com/{[]}}}}"
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.6
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: config disable
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
This option switches off the "URL globbing parser". When you set this option,
|
2021-07-19 09:51:43 +08:00
|
|
|
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.
|