Why does WordPress Site Health say my loopback request returned a 403 error?
A 403 here usually means something is blocking WordPress when it calls back to its own site, not that Site Health is being fussy. WordPress's loopback test POSTs to `wp-cron.php` and expects a 200 response; loopbacks are used for scheduled posts, cron tasks, a…
0 helpful votes