Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

custom header in target server of loadbalancer

While configuring load balancer, how to send custom header to each of the target server.

We have loadbalancer configuration as follows

        <LoadBalancer>
            <Algorithm>RoundRobin</Algorithm>
            <Server name="server1"/>
            <Server name="server"/>
            <MaxFailures>5</MaxFailures>
        </LoadBalancer>

But for each server, we need to send a custom header which is unique for that server.

If it common header, i would have used assign message policy in previous step and add it.

Any inputs on how to send unique headers for that particular target serve

0 4 468
4 REPLIES 4
Top Solution Authors