Disable XML-RPC except for WordPress.com
-
Hi,
I have read in many places that XML-RPC is a potential vulnerability and that it is better to disable it.
But this protocol is obviously used by WordPress.com and Jetpack.Is it possible to block access for everyone except wordpress.com domain in .htaccess file like this?
# Block WordPress xmlrpc.php requests <Files xmlrpc.php> order deny,allow deny from all allow from 192.0.78.17 </Files>
The IP comes from a
ping wordpress.com
but maybe it’s another IP that should be used.Thanks for your help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable XML-RPC except for WordPress.com’ is closed to new replies.