xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: disallow-username-in-url | ||||
4 | Help: Disallow username in URL | ||||
5 | Protocols: HTTP | ||||
6 | Added: 7.61.0 | ||||
7 | See-also: proto | ||||
8 | Category: curl http | ||||
9 | Example: --disallow-username-in-url $URL | ||||
10 | Multi: boolean | ||||
11 | --- | ||||
12 | This tells curl to exit if passed a URL containing a username. This is probably | ||||
13 | most useful when the URL is being provided at runtime or similar. |