I cannot access the JSON version of a node when logged in, anonymous access no problem. When logged in (including Administrator), the end point returns a 403. Updated to Drupal 8.2.1. The requesting page generated from a Module, same host.

Example request: /node/16?_format=json

Comments

RoloDMonkey’s picture

If the request is coming from a module, can you share the code?

--

Read more at iRolo.net

jameshickman’s picture

There was a problem with the REST_UI module and Drupal 8.2.1. Upgrading to the DEV release of REST_UI fixes the problem.