I mentioned in an earlier post that Webcrawler is inserting visitors IP addresses into their search queries. My Personal Info Protector filter blocked this but today I got to thinking it might be better to replace my IP with say 127.0.0.1 or 0.0.0.0 since I like using Webcrawler from time to time.
So I wrote a couple filters, one for the url replacement and another for the associated referer. Didn't really know what to call them so I thought that this is somewhat like a cookie that is stored on the server, hence IP Cookies.
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Referer: IP Cookies I (out)"
Match = " XXX.XXX.XXX.XXX1"
Replace = " 127.0.0.11"
In = FALSE
Out = TRUE
Key = "URL: IP Cookies II (out)"
Match = " XXX.XXX.XXX.XXX1"
Replace = "$JUMP( 127.0.0.11)"
To use the filters replace the string XXX.XXX.XXX.XXX with your IP address. If you are on a dialup or you have a dynamic IP address that changes frequently then you may as well not bother with these filters.
Any thoughts?
Facing each other,
a thousand miles apart.