Open bluecmd opened 5 years ago
@bluecmd Hi, can you finish to fill the template please (Your Environment).
Hi, I already did:
Environment name and version: [...] Used provided Dockerfile, so node:10.1-alpine
@bluecmd I didn't see you were using the docker
Type: Bug Report
Your Environment
git --no-pager tag
git --no-pager log -1
a7a849e7bf6f80857d727d31f1ef9200998bc54f
node --version
npm --version
Used provided Dockerfile, so
node:10.1-alpine
name and version
Summary
Manifest JSON is not fetched with credentials
Expected Behavior
When the request is sent out for manifest.json the cookies the browser normally uses should be attached to the request.
Current Behavior
No cookies are attached to the request.
Possible Solution
Javascript fetchers have options to attach cookies and credentials to request. Enable it for manifest.json.
Steps to Reproduce
document.cookie = "testcookie=hello";
in the developer console.Context
The authentication proxy I'm using in front of flood sets cookies to allow access to resources. Since manifest.json is not fetched with the cookies, it will reject the request and the flood interface fails to load.