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
|
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.
|