Forum Moderators: open

Message Too Old, No Replies

IUSA Browser?

Doesn't get robots.txt

         

kewlbeezer

1:12 pm on Apr 14, 2003 (gmt 0)

10+ Year Member



Got this today... good or bad? It didn't request robots.txt

2003-04-02 21:32:49 199.125.14.253 - 192.168.20.11 80 GET /Default.aspx - 200 IUSA+Browser

Scott

littleman

6:04 am on Apr 15, 2003 (gmt 0)



I suspect the UA has something to do with the IP which resolves to cl-nat.infousa.com.
They scavenge to sell small business info and then sell your info.

kewlbeezer

5:46 pm on Apr 15, 2003 (gmt 0)

10+ Year Member



well, if that's the case, another to be added to the blacklist :)

carfac

4:19 am on Apr 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Scott:

I am a bit confused here.... can you decode this?

2003-04-02 21:32:49 199.125.14.253 - 192.168.20.11 80 GET /Default.aspx - 200 IUSA+Browser

>>> 199.125.14.253 - 192.168.20.11

Is this a range of URLs, or two URLs you saw this come in on?

>>>> 200 IUSA+Browser

Is 200 the code and IUSA+Browser the UA?

Thanks!

Dave

kewlbeezer

7:04 pm on Apr 16, 2003 (gmt 0)

10+ Year Member



2003-04-02 21:32:49 199.125.14.253 - 192.168.20.11 80 GET /Default.aspx - 200 IUSA+Browser

2003-04-02 = Date of Request
21:32:49 = Time of Request (seems to be in GMT actually)
199.125.14.253 = IP of Sender
192.168.20.11 = Our Server IP
80 = Port
GET = Method
/default.aspx = Page Requested
- = Query String
200 = Status
IUSA+Browser = UserAgent

IIS' logs are Space Delimited, so if there's a space anywhere in any fields, it adds a "+". So, the browser was IUSA Browser, not IUSA+Browser

Hope that helps
Scott