ericnet
Programmer
- Mar 29, 2006
- 106
In my website I track and record information of all visits. When a visit is a web browser I get and store: IP address, User-agent, Browser Name, Browser Version and Url Referrer.
But if a web crawler visits my website I know that I can get and store the User-agent, and the IP address. But can I also get other important data of a Crawler? Or User_agent and IP address are the unique interesting information about a web Crawler?
Because I suppose a web Crawler doesn’ t accept cookies, and there is no way to get the UrlReferrer. But.. And requested URL 'Request.Url'? And the User Host Name 'Request.UserHostName'? And the Reverse DNS? If so, Is it these data important about a web Crawler?
Thank you
But if a web crawler visits my website I know that I can get and store the User-agent, and the IP address. But can I also get other important data of a Crawler? Or User_agent and IP address are the unique interesting information about a web Crawler?
Because I suppose a web Crawler doesn’ t accept cookies, and there is no way to get the UrlReferrer. But.. And requested URL 'Request.Url'? And the User Host Name 'Request.UserHostName'? And the Reverse DNS? If so, Is it these data important about a web Crawler?
Thank you