Post Reply 
help in improving cookie value filter
Mar. 22, 2006, 05:01 PM
Post: #1
help in improving cookie value filter
can someone suggest a way to improve or some variations of this filter:

In = TRUE
Out = FALSE
Key = "Set-Cookie: Filter Cookies (in) {4.d.c3}"
Match = "?&(\#([^;]++$LST(CookieValues)[^;]+)\2$SET(cookie=[ \2 ] $GET(cookie))$LOG(WCookie Filtered: $GET(cookie) - \u )(;|))+\#"
Replace = "\@"

if this is enabled for IN, some sites do not permit logon (ie. online forum)
Quote this message in a reply
Mar. 22, 2006, 05:09 PM
Post: #2
 
we will need to know the "online forum" to which you are referring...

the problem will not be in that "filter", but in the "CookieValues" FILE that the filter "uses"...

of course, that $LOG is there for a reason...
Add Thank You Quote this message in a reply
Mar. 22, 2006, 07:27 PM
Post: #3
 
here's my cookie - values.txt

is the IP address string data (below) correct? first the complete IP address and then the first three nodes as one number value?

***

# 66.159.130.112
66.[#0:255].[#0:255].[#0:255]
66159130[#0:255]

# Host Name Cookies
cs[^.]+.satx.rr.com
ool[^.]+.dyn.optonline.net
0-[^.]+.da.qwest.net

# ID Cookies
SWID=
GUID=
GuidID=

# SiteSpecific
BrowserSniffer=

# BBC
BBC-UID=

ID=
TM=
LM=
S=
Quote this message in a reply
Mar. 22, 2006, 07:39 PM
Post: #4
 
try this, have Proxo "log connections" then visit the 'online forum' in question...

switch over to the 'log connections' DOS-like window and scroll through it for anything saying something to the effect of "Cookie Filtered:" (in white) and let us know what that line says (right-click on top of it, copy to clipboard, and paste into a UOPF 'post a reply' box)...

you may see more than just one "Cookie Filtered:" line item...


of course, the other route is "do you need to 'filter' the cookie for said site?"... can you just add that site to "AllowCookies.txt"?

for your case, there's probably only a real "need" to filter "questionable" cookies... is this particular site in question of "questionable origin"?
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: