Problem/Motivation
Install Drupal
Enable Rest UI (HAL and Basic Auth modules are NOT enabled)
Visit /admin/config/services/rest ...
authentication: basic_auth
formats: hal_json
Neither of these options are available on ie admin/services/rest/resource/entity%3Anode/edit
This is not in line with the description on mentioned page either
Note: Leaving all formats unchecked will enable all of them, while leaving all authentication providers unchecked will default to cookie
Note cookie
Comments
Comment #1
clemens.tolboomThis is caused by the default rest config which thinks basic_auth and hal+json is best :-/
This probably be solved through #2308745: Remove rest.settings.yml, use rest_resource config entities
But should we fix these wrong options: basic_auth / hal+json?
Comment #2
shadcn commentedLooks like this was fixed in #2575453: Remove message claiming defaults or make it work like its claim?
Comment #3
wim leersAgreed with #2.