proxy-anyauth.d 360 B

123456789
  1. Long: proxy-anyauth
  2. Help: Pick any proxy authentication method
  3. Added: 7.13.2
  4. See-also: proxy proxy-basic proxy-digest
  5. Category: proxy auth
  6. Example: --proxy-anyauth --proxy-user user:passwd -x proxy $URL
  7. ---
  8. Tells curl to pick a suitable authentication method when communicating with
  9. the given HTTP proxy. This might cause an extra request/response round-trip.