Our Joomla installation runs a custom API server(its handled by a custom component we built) for our custom WP plugins. So all the sites which has our plugin installed contacts our Joomla site via our custom API.
But Admin tools blocks these IPs regularly under SQLi shield. Adding individual IPs to while list is not possible as we will have hundreds of clients connecting from their WP plugin installations and disabling SQLi shield is not preferred as then we are remiving an important protection mechanism.
So please let me know:
1. What in the APIs might be triggering Admin tools to block the IP address? Is there a log or something which I can have a look at to see what exactly caused the IP to be blocked?
2. We are open to do any changes in our custom API so that the admin tools do not block the IPs of our customers. What changes we have to make to accomplish this?
Thank you