disallow-username-in-url.d 320 B

12345678910
  1. Long: disallow-username-in-url
  2. Help: Disallow username in url
  3. Protocols: HTTP
  4. Added: 7.61.0
  5. See-also: proto
  6. Category: curl http
  7. Example: --disallow-username-in-url $URL
  8. ---
  9. This tells curl to exit if passed a url containing a username. This is probably
  10. most useful when the URL is being provided at run-time or similar.