Forum Discussion
together_183451
Nimbostratus
Jan 23, 2015Following iRule not working in my setup please correct mistake if found
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "mfcomb.birlasunlife.com" } {
if { ([string tolower [HTTP::uri]] starts_with "/media") or
([string tolower [H...
together_183451
Nimbostratus
Jan 24, 2015HI , Can somebody explain me about below irule..
when HTTP_RESPONSE { set myValues [HTTP::cookie names] foreach mycookies $myValues { if { [HTTP::cookie version $mycookies] != 1 } { set ckval [HTTP::cookie value $mycookies] set ckpath [HTTP::cookie path $mycookies] HTTP::cookie remove $mycookies HTTP::cookie insert name $mycookies value $ckval path $ckpath version 1 } HTTP::cookie secure $mycookies enable HTTP::cookie httponly $mycookies enable } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects