All Questions
3 questions
1
vote
1
answer
2k
views
Too many redirects NSX Load Balancer (HA Proxy) Application rule
We are trying to do a redirect from / to /access/signin however with the following application rule we see too many redirects (looping) for HTTPS, HTTP is working fine.
acl TEST-RDR hdr_dom(Host) -i ...
4
votes
1
answer
5k
views
is there a standard for chaining x-forwarded-for headers?
IETF RFC 2616 Section 4.2 allows a request to contain multiple headers with the same field-name as long as chronological order of insertion is preserved and their values can be converted into single ...
5
votes
1
answer
3k
views
HAProxy: session stickiness triggered by response header possible?
I'm investigating HAProxy as a possible replacement for F5.
F5 is capable of persisting a session based on a response header value:
when HTTP_RESPONSE {
set session [HTTP::header X-Session]
if {$...