Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.iru.com/llms.txt

Use this file to discover all available pages before exploring further.

About WordPress

WordPress 5.6+ supports Application Passwords for REST clients. Iru calls https://YOUR_HOST/wp-json/... with HTTP Basic (username + application password). HTTPS is required - Application Passwords are rejected over plain HTTP.

How it works

Authorization: Basic base64(username:application_password)
DetailValue
CategoryCMS
AuthenticationBasic (Application Password)
Self-hosted 5.6+ or WordPress.com Personal+ (Free tier does not expose Application Passwords per product limits). Official references: Application Passwords, REST API.

Prerequisites

  • Administrator (or role that may issue Application Passwords).
  • /wp-json reachable and not blocked by security plugins.

Connect WordPress to Iru

WordPress

1

Create an Application Password

UsersProfileApplication Passwords → name it → Add. Copy the spaced token once - paste with or without spaces.

Iru Compliance

1

Open Sources

In Iru Compliance, on the left navigation bar, expand Compliance and select Sources.
Left navigation: Compliance expanded, Sources selected
2

Turn on WordPress

Find WordPress (use Category or Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
3

Enter hostname

Enter hostname only (for example blog.example.com). Confirm server variables if prompted.
4

Enter WordPress credentials

Enter username and application password for the integration account.
5

Confirm the source is Active

Submit until the WordPress card shows Active.

Troubleshooting

Check pop-up blocker settings for the Iru site and try again.
Correct password; plugin not blocking REST.
Security plugins - allow wp-json.
Enable TLS.

See also