Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have recently transitioned one of our Ecommerce products to a new data center, at which we now use a one-armed load balancing approach rather then the routed load balancing approach we used previously. This is casuing us some issues as we generall...
If this is http traffic you can have the ace insert a header such as X-Forwarded-For and insert the original client ip.So your saying something like....header insert request X-Forwarded-For %is and insert this parameter map to the virtual server? Wi...