Can I use basic authentication with fess ?

(from github.com/tknao)
Can I use basic authentication with fess system?

I would like to use basic authentication with fess UI, but I can not find tomcat-users.xml.

I use a reverse proxy with apache 2.4 (ProxyPass http://127.0.0.1:8080/).

Is there a way to use basic authentication?

(from github.com/marevol)
No. It’s better to set Basic authentication to Apache server.

(from github.com/tknao)
Thank you for your comment.
I will set it up with Apache server.

(from github.com/tknao)
I set set Basic authentication to Apache server.
<Location /fess >
ProxyPass http://127.0.0.1:8080/
ProxyPassReverse http://127.0.0.1:8080/
AuthType Basic
AuthUserFile “/etc/apache2/.htpasswd”
AuthName “Member Certification”
Require valid-user

When I used google chrome,The authentication dialog box is displayed many times.
( Firefox and MS edge, safari has no problem.)

Details;
When entering search form and suggesting function works.
When search button is pushed.

Are these google chrome bugs?
I would be grateful if you would have solution.