How to block a specific App from accessing my website

后端 未结 1 472
礼貌的吻别
礼貌的吻别 2021-01-24 01:27

Someone has an app (Android) that accesses my website and displays some pages.

I would\'ve been ok with it except that the app has some errors and people using it are u

相关标签:
1条回答
  • 2021-01-24 01:50

    Check your Apache logs for the user agent of that app, and then block that user agent. Hopefully the user agent will be unique so no other apps will be affected.

    0 讨论(0)
提交回复
热议问题