Okay...
So how can I use Basic Authentication on my
JSP?
The overall flow would be:
1. User opens a login page
2. User enters data in input fields
3. User clicks on Submit button
4. Servlet call is initiated with Base 64 encoded string as it's POST parameter
How can I modify my JSP to achieve the above? Here's how my JSP snippet looks like:
I'm a newbie to JSPs, hence finding it difficult to hit the exact thing. It'd be great if anyone could please point me to some solution or even post a modified version of my code snippet.