Forum Discussion

Danny_Alvarez_1's avatar
Danny_Alvarez_1
Icon for Nimbostratus rankNimbostratus
Feb 08, 2016

Adding "HTTP::cookie httponly $mycookie enable" on iRule breaks connection on an HTTPS VIP

Hi, Trying to secure cookies and apply HttpOnly flag at the same time with the following iRule: when HTTP_RESPONSE { foreach mycookie [HTTP::cookie names] { HTTP::cookie secure $mycookie enable...