
內容簡介
此外掛可移除所有 WordPress 的 XML-RPC 方法,以提升網站安全性。除了禁用需要身份驗證的 XML-RPC 方法外,還會關閉 pingbacks、trackbacks 和 Really Simple Discovery (RSD),確保網站不受這些功能的影響。
【主要功能】
• 移除所有 XML-RPC 方法
• 禁用 pingbacks 和 trackbacks
• 不依賴 .htaccess 文件
• 提升網站安全性
• 兼容各種網頁伺服器
外掛標籤
開發者團隊
原文外掛簡介
Removes all WordPress methods from the XML-RPC API to increase security. It does more than just using the xmlrpc_enabled hook, because that is only used “To disable XML-RPC methods that require authentication”.
Activating this plugin will also disable pingbacks, trackbacks, and Really Simple Discovery (RSD), because these rely on XML-RPC.
It works with any webserver, because it does not use the .htaccess file.
Testing the plugin
From the command line you can test if the plugin is working correctly using curl. Replace the example.com link to match your website:
curl -d '
This should only return the following methods:
– system.multicall
– system.listMethods
– system.getCapabilities
