disallow-username-in-url.d 421 B

123456789101112
  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. ---
  11. This tells curl to exit if passed a URL containing a username. This is probably
  12. most useful when the URL is being provided at runtime or similar.