Cookies not sent with request for Web App manifest.json
问题 I am trying to enable PWA on a web site that requires authentication (login tokens managed via Cookies).. I am trying this out locally (http://localhost:4502) and login (and am issued the login cookie) for the web site. The problem is when the Web App manifest is requested, no Cookies are sent on the request, so the request is not authenticated. <link rel="manifest" href="/content/site-x/manifest.json"> As you can see the manifest is served off the the same host/scheme as the web page that