I have abc=1234added a cookie.
It appears in the IIS log. But in the cs(Cookie) field , other cookies are displayed, also separated by a semicolon.
I want to use logparseruntil get cookie value abc.
Can you offer a request?
eg. if cs (Cookie) matters +pqr=999;+abc=1234;+xyz=222, the logparser request should return 1234.
source
share