haproxy-protocol.d 555 B

12345678910111213141516
  1. c: Copyright (C) 1998 - 2022, 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. ---
  11. Send a HAProxy PROXY protocol v1 header at the beginning of the
  12. connection. This is used by some load balancers and reverse proxies to
  13. indicate the client's true IP address and port.
  14. This option is primarily useful when sending test requests to a service that
  15. expects this header.