Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter llamavision

    (@llamavision)

    Only found these errors todo with categories …

    124.197.8.67 – – [23/Jan/2023:04:58:59 -0500] “GET /wp-json/wp/v2/block-patterns/categories?_locale=user HTTP/1.1” 200 137 “https://stamps.llamavision.com/wp-admin/post-new.php?post_type=page” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36”
    124.197.8.67 – – [23/Jan/2023:04:58:59 -0500] “GET /wp-json/wp/v2/blocks?context=edit&per_page=100&_locale=user HTTP/1.1” 200 22 “https://stamps.llamavision.com/wp-admin/post-new.php?post_type=page” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36”
    124.197.8.67 – – [23/Jan/2023:04:58:59 -0500] “POST /wp-json/wp/v2/users/me?_locale=user HTTP/1.1” 200 788 “https://stamps.llamavision.com/wp-admin/post-new.php?post_type=page” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36”
    124.197.8.67 – – [23/Jan/2023:04:58:59 -0500] “GET /wp-json/?_fields=description%2Cgmt_offset%2Chome%2Cname%2Csite_icon%2Csite_icon_url%2Csite_logo%2Ctimezone_string%2Curl&_locale=user HTTP/1.1” 200 275 “https://stamps.llamavision.com/wp-admin/post-new.php?post_type=page” “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36”
    124.197.8.67 – – [23/Jan/2023:04:58:59 -0500] “GET /wp-json/wp/v2/block-patterns/patterns?_locale=user HTTP/1.1” 200 12442

    • It is not browser cache as multiple machines and browsers have been tested.
    • Could it be the http access rewrite rules? I am seeing some old posts on that. We are running Apache/PHP/Wordpress/CentOS/WHM/cPanel

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

Viewing 1 replies (of 1 total)