0

I have basic .htaccess authentication for my development server like this:

AuthName "Developer Demo"
AuthType Basic 
AuthUserFile /path/to/.htpasswd 
require valid-user

It works fine in all browsers but in safari and on iOS devices. After authenticating .html, .css, .svg, and .tff files are loaded. But the .js files get a status 401. Any idea why that happens?

I created the .htpasswd content with this generator: https://www.web2generators.com/apache-tools/htpasswd-generator

bechtold
  • 101
  • 2

0 Answers0