As some further info on my previous post [Confirming APO active]
if i run the CURL command CF suggested
*curl -X GET "api.cloudflare.com/client/v4/user/tokens/verify" \*
* -H "Authorization: Bearer <--API token-->" \*
then i get the response posted above. but if i just run
*curl -IX GET <--mydomain-->*
then i get the following. which implies cf-edge-cache is working right?
*Date: Sat, 15 Jul 2023 11:48:35 GMT*
*Content-Type: text/html; charset=UTF-8*
*Transfer-Encoding: chunked*
*Connection: keep-alive*
*CF-Ray: 7e71c6f6cd5f447a-EWR*
*CF-Cache-Status: HIT*
*Cache-Control: max-age=14400*
*Last-Modified: Sat, 15 Jul 2023 11:47:26 GMT*
*Strict-Transport-Security: max-age=31536000; preload*
*Vary: Accept-Encoding*
*cf-apo-via: tcache*
*cf-edge-cache: cache,platform=wordpress*
*host-header: 6b7412fb82ca5edfd0917e3957f05d89*
*x-content-type-options: nosniff*
*x-httpd: 1*
*x-proxy-cache: MISS*
*x-proxy-cache-info: 0 NC:000000 UP:SKIP_CACHE_SET_COOKIE*
*x-xss-protection: 1; mode=block*
*Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=bWOL%2B%2FHBDAPEwlyaf6bkwImUaejbI0HR5ruLTUSzZXsOPSUR1id28JfI38Q%2Bu%2BwCfTIvOzAoZuR%2Bvg10Jta1Pll84Mzz7O6nIjbV5T1EYqCPWGwGjatQclf3WnaO15%2B7Gq05DvEj"}],"group":"cf-nel","max_age":604800}*
*NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}*
*Server: cloudflare*
*Content-Encoding: gzip*
*alt-svc: h3=":443"; ma=86400*
on the cloudflare plugin on wordpress at least it no longer has the error. as far as i can tell the only real change was disabling a CF page rule to cache everything. which seems counterintuitive. perhaps if you have any insights to both validate my outcome and asssist others running the same configuration hurdles. greatly appreciated.