2024-05-15 15:20:32 -04:00
|
|
|
---
|
2023-12-11 20:30:44 -05:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
|
|
|
Long: globoff
|
|
|
|
Short: g
|
2024-05-15 15:20:32 -04:00
|
|
|
Help: Disable URL globbing with {} and []
|
2023-12-11 20:30:44 -05:00
|
|
|
Category: curl
|
|
|
|
Added: 7.6
|
|
|
|
Multi: boolean
|
2024-05-15 15:20:32 -04:00
|
|
|
See-also:
|
|
|
|
- config
|
|
|
|
- disable
|
|
|
|
Example:
|
|
|
|
- -g "https://example.com/{[]}}}}"
|
2023-12-11 20:30:44 -05:00
|
|
|
---
|
2024-05-15 15:20:32 -04:00
|
|
|
|
|
|
|
# `--globoff`
|
|
|
|
|
|
|
|
Switch off the URL globbing function. When you set this option, you can
|
|
|
|
specify URLs that contain the letters {}[] without having curl itself
|
2023-12-11 20:30:44 -05:00
|
|
|
interpret them. Note that these letters are not normal legal URL contents but
|
|
|
|
they should be encoded according to the URI standard.
|