Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 07:31 AM
Ian
Guest
 
Posts: n/a
Default retrict page access count

hi

is there a simple way to restrict the number of times a given user (IP) can
access a given page in a day?

i want to guard against the bulk extraction of data from my site through
"scripts".

thanks
ian


  #2  
Old July 19th, 2005, 07:31 AM
David Dunson
Guest
 
Posts: n/a
Default Re: retrict page access count

If you restrict pages based upon the user's IP address, you'll end up with
legitimate users that can't access your web site. This issue is addressed
in my previous post. There are a lot of users that are behind NAT servers
and web caching servers that mask the user's true IP address. In this case,
you can litterally have thousands of users reporting the same IP address.

You are better off creating a challenge/response shcema to prevent scripts
from downloading your site. The most popular one that I have seen is a
server generated image that displays a series of letters and numbers (like a
password) that the user must type in to gain access to your site. I'm sure
that a similar text based schema can be created to serve the same purpose,
but I haven't seen one in use.

"Ian" <no@spam> wrote in message
news:#B2VQu0XDHA.1280@tk2msftngp13.phx.gbl...[color=blue]
> hi
>
> is there a simple way to restrict the number of times a given user (IP)[/color]
can[color=blue]
> access a given page in a day?
>
> i want to guard against the bulk extraction of data from my site through
> "scripts".
>
> thanks
> ian
>
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles