
內容簡介
現在您可以禁用 XML-RPC 以避免特定 IP 的撞擊攻擊,或甚至可以啟用某些 IP 的訪問。WordPress 上的 XML-RPC 實際上是一個 API,它為構建移動應用程序、桌面應用程序和其他服務的開發人員提供了與 WordPress 網站通信的能力。WordPress 提供的 XML-RPC API 給開發人員提供了一種撰寫應用程序(針對您)的方式,這些應用程序可以在您通過網頁界面登錄 WordPress 時所能做的許多事情。
功能
以下是可以阻止 XML-RPC 的方式。
禁用 pingback.ping、pingback.extensions.getPingbacks 和從 HTTP 標頭中取消設置 X-Pingback,這將阻止機器人訪問指定的方法。
為所有使用者禁用/阻止 XML-RPC。
基於 IP 列表啟用 XML-RPC。
基於 IP 列表禁用 XML-RPC。
外掛標籤
開發者團隊
原文外掛簡介
You can now disable XML-RPC to avoid Brute force attack for given IPs or can even enable access for some IPs. XML-RPC on WordPress is actually an API that gives developers who build mobile apps, desktop apps and other services, the ability to talk to a WordPress site. The XML-RPC API that WordPress provides gives developers, a way to write applications (for you) that can do many of the things that you can do when logged into WordPress via the web interface.
Features
Block XML-RPC by following way.
Disable pingback.ping, pingback.extensions.getPingbacks and Unset X-Pingback from HTTP headers, that will block bots to access specified method.
Disable/Block XML-RPC for all users.
