Hi,<div><br></div><div>I am using the xmlrpc_methods filter to add custom XMLRPC methods to my WPMU 2.9.2 install in an MU plugin. I&#39;d like to restrict the available methods on a per blog basis so that if the endpoint being called is <a href="http://mydomain.com/blogname/xmlrpc.php">mydomain.com/blogname/xmlrpc.php</a>, only a subset of methods are exposed. The concern is one of security so that a particular endpoint cannot be used to influence, for example, voting results.</div>
<div><br></div><div>My initial thought was that I could use the REQUEST_URI and or the REMOTE_ADDR vars in $_SERVER and switch on those in my xmlrpc_methods function. We&#39;ll also be migrating to WP3 soon so it would be useful to know if any relevant functionality exists in the later version.</div>
<div><br></div><div>Many thanks for any replies/advice.</div><div><br></div><div>Luke Mackenzie.</div><div><br></div>