H
H
homer7412020-11-18 11:06:59
Apache HTTP Server
homer741, 2020-11-18 11:06:59

How to create an exception for base64 authentication?

You need to register Ip in the configs to let it in without authentication, that is, create an exception. Tell me how)
The setup looks like this:

<RequireAll>
                AuthType Basic
                AuthName "Restricted Files"
                AuthBasicProvider file
                AuthUserFile "/etc/apache2/include/test.htpasswd"
                Require user test
        </RequireAll>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FanatPHP, 2020-11-18
@FanatPHP

satisfy any

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question