rest api GET request wp-json/wp/v2/posts/ returns 403 error
-
Hello,
Any rest api url in the form of “/wp-json/wp/v2/posts/<id>” gives me a 403 on this one website.
Example: https://ondrejricica.com/wp-json/wp/v2/posts/184All other rest api urls work fine, like for example:
https://ondrejricica.com/wp-json/wp/v2/posts/
or
https://ondrejricica.com/wp-json/wp/v2/pages/360/Even if I switch to twenty-fifteen and if I disable all plugins, the problem persists.
Maybe the following is related.
On this website this endpoint works:
https://neemekulm.ee/wp-json/wp/v2/
but this one for example gives me a 403, even when I disable all plugins and switch to twenty-sixteen: https://neemekulm.ee/wp-json/wp/v2/posts/Do you know how I could solve this?
- The topic ‘rest api GET request wp-json/wp/v2/posts/ returns 403 error’ is closed to new replies.