With HAproxy, if you use multiple proxies you can synchronize their
states:
https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5
This allows, for example, if you're load balancing based on a header
value, to make sure all clients sending the same header value will end
up connecti
On Thu, Apr 21, 2016 at 01:04:40PM +0530, Pankaj Chaudhary wrote:
Hi there,
> yes i am able to write successfully but while reading i am not getting the
> my written value in header.
>
> for Example from my source code:-I am writing "thisitestvalue" value
> against key "Set-Cookie" but if tryi
Yes, I followed the instructions as-is and they work. The problems begin
when I block Tomcat from listening to external IPs by adding
address=127.0.0.1 in the Connector blocks. The Atlassian guide does not
discuss that aspect at all.
>From what I have observed, I feel that even if I have a Nginx