Thanks for your help. I already have the recommended code in the BPS Root Custom Code text box: CUSTOM CODE PLUGIN/THEME SKIP/BYPASS RULES. And I already have this code (below) in the BPS wp-admin Custom Code text box: CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES:
Is this the same/does the same job? Or should I add in the VC one you recommend here as well? – as this is the first time I have seen these security log entries, which are still continuing. (Once i have confirmation from you about this custom code above i will do the Plugin Firewall troubleshooting steps too.)
# BuddyPress & Visual Composer post.php and admin-ajax.php skip/bypass rule RewriteCond %{REQUEST_URI} (post\.php|admin-ajax\.php) [NC] RewriteRule . - [S=2]
Cheers.