Hi,
sorry for my late response.
Is this helping you?
1.1 Options-Request:
OPTIONS /folders HTTP/1.1
Host: api.xxxxxxxxxx.de
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br
Access-Control-Request-Method: GET
Access-Control-Request-Headers: authorization,content-type
Origin: http://dev.xxxxxxxxxx.de
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
1.2 Options-Response:
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Allow: HEAD, POST, GET, OPTIONS
Access-Control-Allow-Origin: http://dev.xxxxxxxxxx.de
Access-Control-Allow-Headers: authorization, content-type
Access-Control-Allow-Methods: DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT
Vary: Origin
Content-Length: 0
Server: ...
Date: Sun, 11 Nov 2018 20:42:19 GMT
2.1 Get-Request
GET /folders HTTP/1.1
Host: api.xxxxxxxxxx.de
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Accept: application/hal+json
Accept-Language: de,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate, br
Referer: http://dev.xxxxxxxxxx.de/folders
Content-Type: application/hal+json
Authorization: Bearer eyJhbGciO......v00g
Origin: http://dev.xxxxxxxxxx.de
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
2.2 Get-Response
HTTP/1.1 200 OK
Content-Type: application/hal+json;utf-8
Content-Length: 49
Access-Control-Allow-Origin: *
Server: xxxxxxxxxx/0.0.1
Date: Sun, 11 Nov 2018 20:42:51 GMT