Support for "headers" configuration in haproxy.yaml?
See original GitHub issueHi all, I’m interested in passing a custom header to my HAProxy integration in haproxy.yaml
, like this:
instances:
- name: haproxy
url: http://localhost:3000
headers:
service-route: haproxy-stats
However, that doesn’t appear to be supported. Any chance something like this could be added, or ideas for a workaround?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
HAProxy version 2.8-dev0-99 - Configuration Manual
HAProxy supports 4 connection modes : - keep alive : all requests and ... HAProxy normalizes headers by replacing line breaks in the...
Read more >How to add custom header to HAProxy | by Godwin Amila
1 and we checked the exact URL (Proxy URL) calling from client application and added the SOAPAction header in HAProxy. Please see below...
Read more >HAProxy version 2.2.22 - Configuration Manual - GitHub Pages
The request headers. 1.3. HTTP response. 1.3.1. The response line. 1.3.2. The response headers. 2. Configuring HAProxy. 2.1. Configuration file format. 2.2.
Read more >Configuration | Kubernetes Ingress object options
Sets an HTTP header in the request before it is passed to the backend service. This sets header before HAProxy does any service/backend...
Read more >HAProxy Configurations/Settings - Reveal-Brainspace
Brainspace does not come pre-configured with any CSP headers since the configuration for many of them are specific to the environment where ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@justinklemm I’m happy to hear that! The feature will be included in the next minor release ~1 month from now.
@ofek Awesome! I will try this out next week and follow up.