Get cookie for REST - how to obtain
Submitted by Svetoslav Stoyanov on Sat, 2018-09-15 13:35As the cookie work out-of-the-box in the browser, we can use it for rest request also almost out-of-the-box (use 'withCredentials: true' headerOption in a request, do not forget to enable 'supportsCredentials: true' in services.yml alongside other CORS config).