Manage repetitive web request

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Manage repetitive web request

dtrussardi@tiscali.it
Hi,

        i have one site based on seaside.

        When a new session is open i register some relative informations.


        Now i found hundreds requests from the same IP   interval  of five seconds.

        Any request lives for  some tens of seconds.


        How i can understand some informations about it ?

        How i can manage this requests ?

        I can mark this IP and answer specific  data?


        Thanks for any idea,

                Dario
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Manage repetitive web request

Philippe Marschall
Am 20. März 2012 18:36 schrieb [hidden email] <[hidden email]>:

> Hi,
>
>        i have one site based on seaside.
>
>        When a new session is open i register some relative informations.
>
>
>        Now i found hundreds requests from the same IP   interval  of five seconds.
>
>        Any request lives for  some tens of seconds.
>
>
>        How i can understand some informations about it ?
>
>        How i can manage this requests ?
>
>        I can mark this IP and answer specific  data?

You can look at the user-agent header and check whether it's a
(friendly) bot. If so you probably want to add a robots.txt.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside