I hope you can help me with this , I set up a local copy with Bitnami with only basic plugins to GET/POST ACF fields through Basic Auth of the admin and it works just fine
I switched to an AWS server powered by Bitnami (Free tire) with everything like the local copy
I can get the values but when I try to update them I get the following
{
"code": "rest_forbidden",
"message": "Sorry, you are not allowed to do that.",
"data": {
"status": 403
}
}
Hi guys,
I hope you can help me with this , I set up a local copy with Bitnami with only basic plugins to GET/POST ACF fields through Basic Auth of the admin and it works just fine
I switched to an AWS server powered by Bitnami (Free tire) with everything like the local copy I can get the values but when I try to update them I get the following
{ "code": "rest_forbidden", "message": "Sorry, you are not allowed to do that.", "data": { "status": 403 } }
any ideas? I tried issue#1 but not working