Hi all
Anybody have experience or have try to extract all the cookies that exist in a domain? Can the cookie enrich json allow reg expressions?
best
Hi all
Anybody have experience or have try to extract all the cookies that exist in a domain? Can the cookie enrich json allow reg expressions?
best
According to the wiki, any cookie could be extracted on the domain. However, it only works with Scala collector as the cookie name is matched against HTTP headers which are available in the Thrift raw event payload (the CloudFront and Clojure Collectors do not capture HTTP headers).
Here’s the Scala code implementing the cookie name matching. My understanding is Regex is not used in matching algorithm.