Going further :
I just created a staging clone of the website, and added the plugin “REST API log”; then I went back to Site Health, which ran the tests, then back to REST API LOG, where I got an entry; at this point, I don’t understand what I am reading; I am copying below the log :
Route: /wp/v2/types/post
Date: 2019-12-28 04:59:43
Source: WP REST API
Method: GET
Status: 200
Elapsed Time: 67ms
Response Length: 2,915
User: [email protected]
IP Address: 127.0.0.1
HTTP X Forwarded For: 127.0.0.1
Download | Copy
{
“cookie”: “wordpress_sec_a0b7a2b532659ae3d2c5f816b4c29cfb=robert.grasso2@gmail.com|1577708903|dx6ta5bW8bnCatnpwMCQbs7wvXC5PmSvnAsAKMTDTnv|4e09c2d82fcc1335be3966e21821548effc2993264d8b194d6e69c12c45d6e28; _ga=GA1.2.1733504271.1577536024; _gid=GA1.2.2066760680.1577536024; wordpress_test_cookie=WP Cookie check; wordpress_logged_in_a0b7a2b532659ae3d2c5f816b4c29cfb=robert.grasso2@gmail.com|1577708903|dx6ta5bW8bnCatnpwMCQbs7wvXC5PmSvnAsAKMTDTnv|19db22a719dd1432c85b10e5d06e6c4d14ad502fa6dc6f3f1c570e6218f0e8ff; wfwaf-authcookie-946dbba11fddaac4eaef74e509bb90f5=1161|administrator|8dc6350263a0df59ffce56ec4830b0a206450709e5bc6cf462a019a9df7e5b8b; [email protected]; dapcookie_password=DxKnCZ1NdWoQwCS8f5oM5w==; wp-settings-1161=hidetb=1&editor=tinymce&libraryContent=browse&align=left&urlbutton=file&imgsize=thumbnail; wp-settings-time-1161=1577536106; gadwp_wg_default_metric=sessions; gadwp_wg_default_dimension=30daysAgo; gadwp_wg_default_swmetric=sessions; PHPSESSID=lbab13fbr9uo5r7hvaui4th3pe”,
“x_wp_nonce”: “5a531d59d1”,
“cache_control”: “no-cache”,
“referer”: “https:\/\/wordpress-65751-1107065.cloudwaysapps.com\/wp-json\/wp\/v2\/types\/post?context=edit”,
“accept_encoding”: “deflate, gzip”,
“accept”: “*\/*”,
“user_agent”: “WordPress\/5.3.2; https:\/\/wordpress-65751-1107065.cloudwaysapps.com”,
“connection”: “close”,
“x_version”: “461”,
“x_app_user”: “jmmrutaqsa”,
“x_application”: “wordpress”,
“x_forwarded_host”: “wordpress-65751-1107065.cloudwaysapps.com”,
“x_forwarded_proto”: “https”,
“host”: “wordpress-65751-1107065.cloudwaysapps.com”,
“x_forwarded_for”: “127.0.0.1”,
“x_real_ip”: “127.0.0.1”,
“authorization”: “Basic bWt5ZGpudW5kdDplcDJLNGp5TnpC”
}
Download | Copy
{
“context”: “edit”
}
Download | Copy
[]
Download | Copy
{
“Pragma”: “no-cache”,
“Content-Type”: “application\/json; charset=UTF-8”,
“X-Robots-Tag”: “noindex”,
“Link”: “<https\/\/wordpress-65751-1107065.cloudwaysapps.com\/wp-json\/>; rel=”https\/\/api.w.org\/””,
“X-Content-Type-Options”: “nosniff”,
“Access-Control-Expose-Headers”: “X-WP-Total, X-WP-TotalPages”,
“Access-Control-Allow-Headers”: “Authorization, Content-Type”,
“Expires”: “Wed, 11 Jan 1984 050000 GMT”,
“Cache-Control”: “no-cache, must-revalidate, max-age=0”,
“X-WP-Nonce”: “5a531d59d1”,
“Allow”: “GET”
}
Download | Copy
{
“data”: {
“capabilities”: {
“edit_post”: “edit_post”,
“read_post”: “read_post”,
“delete_post”: “delete_post”,
“edit_posts”: “edit_posts”,
“edit_others_posts”: “edit_others_posts”,
“publish_posts”: “publish_posts”,
“read_private_posts”: “read_private_posts”,
“read”: “read”,
“delete_posts”: “delete_posts”,
“delete_private_posts”: “delete_private_posts”,
“delete_published_posts”: “delete_published_posts”,
“delete_others_posts”: “delete_others_posts”,
“edit_private_posts”: “edit_private_posts”,
“edit_published_posts”: “edit_published_posts”,
“create_posts”: “edit_posts”
},
“description”: “”,
“hierarchical”: false,
“viewable”: true,
“labels”: {
“name”: “Posts”,
“singular_name”: “Post”,
“add_new”: “Add New”,
“add_new_item”: “Add New Post”,
“edit_item”: “Edit Post”,
“new_item”: “New Post”,
“view_item”: “View Post”,
“view_items”: “View Posts”,
“search_items”: “Search Posts”,
“not_found”: “No posts found.”,
“not_found_in_trash”: “No posts found in Trash.”,
“parent_item_colon”: null,
“all_items”: “All Posts”,
“archives”: “Post Archives”,
“attributes”: “Post Attributes”,
“insert_into_item”: “Insert into post”,
“uploaded_to_this_item”: “Uploaded to this post”,
“featured_image”: “Featured Image”,
“set_featured_image”: “Set featured image”,
“remove_featured_image”: “Remove featured image”,
“use_featured_image”: “Use as featured image”,
“filter_items_list”: “Filter posts list”,
“items_list_navigation”: “Posts list navigation”,
“items_list”: “Posts list”,
“item_published”: “Post published.”,
“item_published_privately”: “Post published privately.”,
“item_reverted_to_draft”: “Post reverted to draft.”,
“item_scheduled”: “Post scheduled.”,
“item_updated”: “Post updated.”,
“menu_name”: “Posts”,
“name_admin_bar”: “Post”
},
“name”: “Posts”,
“slug”: “post”,
“supports”: {
“title”: true,
“editor”: true,
“author”: true,
“thumbnail”: true,
“excerpt”: true,
“trackbacks”: true,
“custom-fields”: true,
“comments”: true,
“revisions”: true,
“post-formats”: true
},
“taxonomies”: [
“category”,
“post_tag”
],
“rest_base”: “posts”
},
“headers”: {
“Allow”: “GET”
},
“status”: 200
}