httparty icon indicating copy to clipboard operation
httparty copied to clipboard

digest auth does not honor load balancer cookie based sticky sessions

Open moserke opened this issue 11 years ago • 1 comments
trafficstars

For load balancers that do cookie based sessions for stickiness, digest auth does not set the "Set-Cookie" received from the setup of digest and on the second request once digest is set up you are not guaranteed to be sent to the same back end node.

setup digest auth should look for Set-Cookie in the response and add them to the subsequent HTTP calls.

moserke avatar Jul 18 '14 19:07 moserke

Related to #313

jnunemaker avatar Aug 05 '14 13:08 jnunemaker