You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser: Chromium version 83.0.4103.116 (Build) built on Debian 10.4, running on Debian 10.6 (64 bit)
Summary
If the web application is protected by Basic Authentication, all requests to manifest.json failed with a 401 error, also after authentication. But if you directly access /manifest.json, it works without issue.
Current behavior
Behind Basic Authentication, requests to manifest.json raise a 401 error.
Expected behavior
No errors, manifest is loaded without issues.
How to reproduce
Install shlink web client. Protect the directory using Basic Auth. Browse to the webpage, enter valid credentials, see the described error in console.
Hint for a solution
From this comment, add crossorigin="use-credentials" attribute to manifest link in index.html.
The text was updated successfully, but these errors were encountered:
Shlink web client version
Summary
If the web application is protected by Basic Authentication, all requests to
manifest.json
failed with a 401 error, also after authentication. But if you directly access/manifest.json
, it works without issue.Current behavior
Behind Basic Authentication, requests to
manifest.json
raise a 401 error.Expected behavior
No errors, manifest is loaded without issues.
How to reproduce
Install shlink web client. Protect the directory using Basic Auth. Browse to the webpage, enter valid credentials, see the described error in console.
Hint for a solution
From this comment, add
crossorigin="use-credentials"
attribute to manifest link inindex.html
.The text was updated successfully, but these errors were encountered: