Forum Discussion

Eric_Weiss_2486's avatar
Eric_Weiss_2486
Icon for Nimbostratus rankNimbostratus
Feb 14, 2016

Can you wildcard cookie name with HTTP::cookie?

Can the cookie name in HTTP::cookie be wildcarded, like so?   when HTTP_REQUEST {   Check for SSO Cookie if { ( ! [HTTP::cookie exists "*.test"] ) } { reject } }   Thanks, Eric ...