3 items across 3 sections
Patterns for using Claude Code to write, validate, and apply WordPress REST API operations safely in production. Dry-run architecture, pre-apply checks, and schema-safe content patching.
Step-by-step playbook for safely patching WordPress post content via the REST API using Python. Covers auth setup, dry-run pattern, pre-apply assertions, apply, and live verification.
Application Password authentication to WordPress REST API failed silently — returned 401 on all write operations. Root cause: incorrect header format and URL encoding of Application Password spaces.