Web authentication

(from github.com/iladrero)
Anybody has a working sample/template for authentication settings on Web Auth page? Trying to access RESTful web with login page with no results, already tried documentation sample with no success.

(from marevol (Shinsuke Sugaya) · GitHub)

RESTful web with login page

It’s not supported.

(from github.com/buithehien1991)
Dear @marevol

Could you please provide search API with authentication ?
for example: http://localhost:8080/search/?q=test&username=admin&password=admin
or create a authenticate access key like:
http://localhost:8080/search/?q=test&AUTH_KEY=sadafadfacadf54adf21cadadfad

username/password/AUTH_KEY can be pass via POST method

I want each user can be search on each site. If you have another way, please tell me.

Thank you so much for your answer

headers: {
“Authorization”: Access token
}
Add the above information can be achieved, if there are other ways, please share with me