I am making an attempt to create a brand new node by REST on Drupal 8 with no success and a 403 (Forbidden) error. I am utilizing REST UI module to allow permissions with Drupal Developer following config for Content material sources:
GET authentication: basic_auth codecs: hal_json, json
POST authentication: basic_auth codecs: hal_json, json
After many failed tries I put in a recent copy of Drupal 8.2.3 to discard it needed to be with Drupal Developer current core improve on my unique web site. Drupal Development Service large shock is on Drupal Developer recent web site there aren’t any different RESTful module permissions than Administer REST useful resource configuration, no permissions to grant DELETE, GET, PATCH or POST to every function.
I am utilizing Postman for testing functions as follows:
Request physique:
{ "_links": { "kind": { "href": "http://fischer.dev:81/relaxation/kind/node/article" } }, "title": [ { "value":"My article" } ], "kind": [ { "target_id":"article" } ] }
Consumer function is granted permissions to create Article nodes. I attempted even with Drupal Developer admin credentials with no success. Drupal Development Service GET technique for retrieving an present node is woking superb.
I do not know if there was any change on Drupal Developer newest Drupal launch since Drupal Developer official documentation web page for this module seems to be outdated. Am I lacking one thing?