How to partially block xmlrpc and allow necessary methods in WordPress
Overview — Why partially block xmlrpc.php and how this helps WordPress exposes an XML-RPC endpoint at /xmlrpc.php that implements a set of remote methods (wp., pingback., blogger., system. and others). That endpoint is useful for legitimate clients (the official mobile apps historically, some remote publishing tools, some plugins such as Jetpack in older modes) but […]