One of the plugin causes error 401.
When our plugin sends a request to the POST /wp-json/pressidium-cookie-consent/v1/consent endpoint, your installation responds with a 401 Unauthorized error.
{
“code”: “rest_authentication_error”,
“message”: “Sorry, you do not have permission to make REST API requests.”,
“data”: {
“status”: 401
}
}
In this case, what parameter to enter in allow these namespace – in bottom Hardening section of the plugin? To make above work…
As I disabled rest api for non admins.
The page I need help with: [log in to see the link]
