[WordPress] 外掛分享: Remove XML-RPC Methods

首頁外掛目錄 › Remove XML-RPC Methods
WordPress 外掛 Remove XML-RPC Methods 的封面圖片
1,000+
安裝啟用
★★★★★
5/5 分(2 則評價)
38 天前
最後更新
問題解決
WordPress 4.6+ PHP 5.4.0+ v1.4.2 上架:2020-02-09

內容簡介

此外掛可移除所有 WordPress 的 XML-RPC 方法,以提升網站安全性。除了禁用需要身份驗證的 XML-RPC 方法外,還會關閉 pingbacks、trackbacks 和 Really Simple Discovery (RSD),確保網站不受這些功能的影響。

【主要功能】
• 移除所有 XML-RPC 方法
• 禁用 pingbacks 和 trackbacks
• 不依賴 .htaccess 文件
• 提升網站安全性
• 兼容各種網頁伺服器

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.4.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Remove XML-RPC Methods」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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 'system.listMethods' https://example.com/xmlrpc.php

This should only return the following methods:
– system.multicall
– system.listMethods
– system.getCapabilities

延伸相關外掛

文章
Filter
Apply Filters
Mastodon