Top techniques to avoid 'data scraping' from a website database

后端 未结 14 1855
轻奢々
轻奢々 2020-12-25 14:02

I am setting up a site using PHP and MySQL that is essentially just a web front-end to an existing database. Understandably my client is very keen to prevent anyone from be

14条回答
  •  既然无缘
    2020-12-25 14:22

    Normally to screen-scrape a decent amount one has to make hundreds, thousands (and more) requests to your server. I suggest you read this related Stack Overflow question:

    How do you stop scripters from slamming your website hundreds of times a second?

提交回复
热议问题