×

Loading...

I am writing an authentication servlet. The servlet will parse the username/password passed from a GUI client.We are not using SSL currently so I wIll like to use doPost method.

Report