Mobile app version of vmapp.org
Login or Join
Heady270

: Apache authentication, security exceptions and safari I have apache authentication set up on a site, it works fine in firefox and chrome, you type in the username/pass once and then you can

@Heady270

Posted in: #Apache #Authentication #Safari

I have apache authentication set up on a site, it works fine in firefox and chrome, you type in the username/pass once and then you can happily visit any page on the site. Unfortunately this is not the behavior in safari. Every time you go to another page, you must re-enter your credentials.

Is there some way I can look at the security exceptions for safari and set it to always trust the certificate or find some other setting to not ask for authentication on each page?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

1 Comments

Sorted by latest first Latest Oldest Best

 

@Debbie626

This is a known problem of Safari on Windows.
www.the-art-of-web.com/system/safari-http-auth/
Considering the fact that Basic authentication is a historical relic these days, you can stop using it and switch to a form based authentication instead.

Or there are Apache modules which allows you to set up cookies on client side just by using Basic authentication

I guess you can also check this question here serverfault.com/questions/62570/cookie-authentication-in-apache which shows a method to achieve this using URL rewriting.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme