@dmchal
1. I’m testing an internal site with accounts, so every user has an account and muts be logged to access the website.
2. I see the message, when I not logged:
{"code":"rest_cannot_access","message":"Only authenticated users can access the REST API.","data":{"status":401}}
3. Effectively one of my plugins is not allowing normal users nor admins to query the REST API, which is good, but do normal users with accounts (suscribers) can DELETE post? Do they have full permissions over the REST-API?
I’m using:
* PHP 7.0
* WP 4.7
-
This reply was modified 8 years, 3 months ago by underfenex.