2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2018-02-26 03:17:25 +08:00
|
|
|
Long: disallow-username-in-url
|
2022-03-29 19:58:11 +08:00
|
|
|
Help: Disallow username in URL
|
2018-02-26 03:17:25 +08:00
|
|
|
Protocols: HTTP
|
|
|
|
Added: 7.61.0
|
|
|
|
See-also: proto
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: curl http
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --disallow-username-in-url $URL
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2018-02-26 03:17:25 +08:00
|
|
|
---
|
2022-03-29 19:58:11 +08:00
|
|
|
This tells curl to exit if passed a URL containing a username. This is probably
|
|
|
|
most useful when the URL is being provided at runtime or similar.
|