Hi,
I am currently coding a robot in one of my class. The bot crawls websites, and colect data, for an artificial intelligence project.
I would like to set a referrer, when the robot crawls websites, so that webmasters doesnt think that their sites are beeing attacked.
The referrer would be a page where it would be explained what the project is, and a place where webmaster could enter their site, to remove themselves from my crawling list.
Anyone knows how to set a referrer in Java? I have been reading the Java API for a couple hours without luck.