I'm not at all certain that Admin Tools is blocking you. The 403 Forbidden HTTP status comes from Apache, not Admin Tools. It's far more likely that you have either a .htaccess directive or a web server-level firewall setting blocking this request. My educated guess is that since this URL contains base64 encoded data as part of the path there's a rule placed in the web server's mod_security2 firewall (note: this is something installed on the web server, NOT Joomla!) by your host. If I'm not mistaken that's a rule from the OWASP ModSecurity Core Rule Set Project regarding a very old base64 attack vector in WordPress which should be easy for your host to disable on your site.
That said, let's make sure that the problem is indeed not caused by Admin Tools. In order to do so, let's try the following:
1. Try setting the Error Reporting level in your Global Configuration to "None". Many errors are caused by harmless PHP Notices and Warnings being output to the browser, breaking anything which requires HTTP header manipulation such as Joomla!'s session management, AJAX calls and download systems.
2. Try to replicate the issue after disabling the "System - Admin Tools" plugin. If you can still replicate the issue, it is not caused by Admin Tools. Disabling that plugin means that Admin Tools code (including the Web Application Firewall) is not running on your site.
3. If you suspect an issue with the .htaccess file, replace its contents with the contents of the stock htaccess.txt file shipped with every version of Joomla!. If you are on GoDaddy please wait for 1-30 minutes for the changes to be effective. Then, retry loading the problem page. If you can still reproduce the error, then it is not caused by .htaccess Maker.
If doing any of the above resulted in the issue still occurring, it's not related with Admin Tools and we can't help you. If doing any of the above did stop the issue from occurring, we'll have to do some troubleshooting.
First go to Admin Tools, Web Application Firewall, Configure WAF. Make sure "Log security exceptions" is set to Yes; if it's not, set it to Yes and click on Save. Now try reproducing your issue. Immediately after that, please go to Admin Tools, Web Application Firewall, Security Exceptions Log. The latest log entry at the top should have the date and time of when the issue occurred. Please copy the Reason and Target URL here so that we can further help you.
If, however, you do not see a log entry, or the Date and/or IP address do not match your last access, this problem is not caused by Admin Tools' WAF. In this case, you will have to do some .htaccess troubleshooting. You may need to read the
general .htaccess troubleshooting page, as well as the
page on finding out necessary .htaccess exceptions. If that still doesn't help please read my comment at the top of this reply about my educated guess on where the problem lies and please forward our entire conversation to your host so they can help you.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!