By using this site, you agree to our Privacy Policy and our Terms of Use. Close

Forums - General - Any knowledge of BASIC Authentication or JETTY

I'm working on a project where I need to use BASIC Authentication to authenticate a user who accesses a certain web page. I shouldn't have any trouble using jetty to authenticate the page, the problem is I need to access the username that requests to view a certain page.

 

Does anybody have any idea how to do this? Thanks! :>