A ajk Active Member Licensed User Longtime User Dec 15, 2019 #1 How should server overload protection work due to spamming with a large number of queries from the same source? How to recognize queries from the same source (these are queries from Android and IOS mobile devices but not necessarily only from them)?
How should server overload protection work due to spamming with a large number of queries from the same source? How to recognize queries from the same source (these are queries from Android and IOS mobile devices but not necessarily only from them)?
Erel B4X founder Staff member Licensed User Longtime User Dec 16, 2019 #2 Check DoSFilter: https://www.b4x.com/android/forum/threads/dosfilter-request-timeout.70426/ Upvote 0