Endpoint exposure
Confirm whether the XML-RPC endpoint is publicly reachable in the current environment.
A WordPress site may look ready while still exposing endpoints that are not needed for final delivery, and XML-RPC is one of the technical points worth reviewing before launch.
Unnecessary exposure does not always cause immediate visible errors, but it can remain as a weak point after delivery if nobody validates it. For a broader review flow, use this WordPress pre-launch checklist, and return to the main tool page when you want to run a check.
XML-RPC is a remote communication interface in WordPress used by specific workflows and legacy integrations. It can remain active by default even when a project does not depend on it.
Reviewing whether it is exposed is part of a cleaner technical delivery: it helps align production setup with real requirements instead of inherited defaults.
Confirm whether the XML-RPC endpoint is publicly reachable in the current environment.
Check if the project actually needs XML-RPC for any required production workflow.
Review whether plugins, integrations, or legacy processes still rely on XML-RPC behavior.
Ensure leaving the endpoint open matches the intended technical configuration and risk posture.
Decide whether XML-RPC should be restricted or disabled in production based on actual project needs.
Typical scenarios include default XML-RPC exposure left untouched, projects where nobody confirmed whether it was needed, and rebuilt or migrated sites that carried old configuration decisions into production.
These situations are easy to miss under delivery pressure, but reviewing them before launch improves technical consistency.
PreFlight helps review launch-readiness signals, including visible exposure points that should be considered before delivering a WordPress site.
It supports practical pre-launch verification and does not replace full specialized audits when deeper security analysis is required.
Run a technical check before launch so non-essential exposure is reviewed and corrected before it reaches production.
No. It depends on whether your project needs it and how your environment is configured.
Not always. It should be evaluated based on real dependencies and intended production behavior.
No. This is a launch-readiness technical check context, not a full security audit.