Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] preemptive Basic Authentication with no challenge

I am using 9.1.1 with Basic Authentication configured in web.xml and using the JDBCLoginService.  Is there a way to disable the challenge.  I want the client to receive the 401 only, enter correct credentials, and try again.  I do not want my browser to receive the challenge since the browser automatically pops up a login form.    

Back to the top