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

后端 未结 14 1861
轻奢々
轻奢々 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条回答
  •  旧时难觅i
    2020-12-25 14:17

    Try using Flash or Silverlight for your frontend.

    While this can't stop someone if they're really determined, it would be more difficult. If you're loading your data through services, you can always use a secure connection to prevent middleman scraping.

提交回复
热议问题