cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
672
Views
0
Helpful
1
Replies

HTTP Header insertion

NAVIN PARWAL
Level 2
Level 2

could someone give me a good example why would an ace module include an http header to the request to provide persistence? why add extra payload to a packet, what benefit do we get?

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

If you meant stickyness instead of persistence, the reason is that the info that is passed is a cookie.

A cookie is useful because each client receiving a cookie will save it and reuse it each time it connects to the same website.

So, this guarantees the ACE module that looking at the cookie we can recognize the client and select the appropriate server.

If you prefer to use another method for sitckyness like sticky srcip, the problem is the mega proxies - tons of client sitting behind 1 device that makes all the requests.

Gilles.