A Drupal 10 site must expose content to a React frontend via JSON:API. An endpoint returns 403 for authenticated users on a specific content type. What should you check first?
-
A
JSON:API module version compatibility
-
B
The content type's 'View published content' permission for the user's role
-
C
CORS settings in services.yml
-
D
The React app's Authorization header format