haproxy-protocol.d 557 B

1234567891011121314151617
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: haproxy-protocol
  4. Help: Send HAProxy PROXY protocol v1 header
  5. Protocols: HTTP
  6. Added: 7.60.0
  7. Category: http proxy
  8. Example: --haproxy-protocol $URL
  9. See-also: proxy
  10. Multi: boolean
  11. ---
  12. Send a HAProxy PROXY protocol v1 header at the beginning of the
  13. connection. This is used by some load balancers and reverse proxies to
  14. indicate the client's true IP address and port.
  15. This option is primarily useful when sending test requests to a service that
  16. expects this header.