I am attempting to make a Fetch request with Javascript using: credentials: 'same-origin' method: 'GET'
But in the fetch request I am unable to pass a client (browser) cookie in the request headers. I know that the issue is not a cors issue as that was corrected on both the client and server.
In the Header it looks like all other values are correct except that there is no cookie in the fetch request.