|
 |
asp_web_howto thread: spiders
Message #1 by "Dean Newkirk" <dean@d...> on Tue, 17 Sep 2002 23:26:56
|
|
can I get the name or some kind of ID off of a spider when it come through
my web site?
Thank You Dean
Message #2 by Berkay Mese <berkaymese@y...> on Tue, 17 Sep 2002 18:34:55 -0700 (PDT)
|
|
Dean,
Request.ServerVariables("HTTP_REFERER") gives the name
of web page link of the crawler requesting your site.
Berkay
--- Dean Newkirk <dean@d...> wrote:
> can I get the name or some kind of ID off of a
> spider when it come through
> my web site?
>
> Thank You Dean
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
Message #3 by Berkay Mese <berkaymese@y...> on Tue, 17 Sep 2002 18:44:11 -0700 (PDT)
|
|
Sorry,
if you're asking the name of the spider, i'm not sure
if some values are being retrieved. But monitoring
your web site, IIS logs and possible headers, you can
get track of your site that let you claim the id,IP or
whatever option of the crawler..
Berkay
--- Dean Newkirk <dean@d...> wrote:
> can I get the name or some kind of ID off of a
> spider when it come through
> my web site?
>
> Thank You Dean
>
> ---
>
> Improve your web design skills with these new books
> from Glasshaus.
>
> Usable Web Menus
>
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
>
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
>
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
|
|
 |