Post Reply 
Bypass ALL filters AND change user agent
Apr. 04, 2012, 04:05 AM
Post: #4
RE: Bypass ALL filters AND change user agent
Something like

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Z: Bypass Web and In header filters at prxbx.com (fail)"
URL = "prxbx.com $FILTER(False)nevermatch(^)"

may turn off filtering after the 'out header' filters are finished and before the "in header" and 'web' filters start. The "nevermatch(^)" prevents the filter from matching and sending a header.

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "User-Agent: SpaceBison test (out) "
URL = "prxbx.com"
Match = "*"
Replace = "Space Bison/0.02 [fu] (Win67; X; SK)$FILTER(False)"

may change the User-Agent and then turn off filtering before the 'in header' and 'web' filters start and all the 'out header' filters finish.

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bypass ALL filters AND change user agent - JJoe - Apr. 04, 2012 04:05 AM

Forum Jump: