Programming Tutorials

Comment on Tutorial - Connect to a password protected URL from Java program By Mike Cooper



Comment Added by : kumar

Comment Added at : 2010-10-06 10:42:55

Comment on Tutorial : Connect to a password protected URL from Java program By Mike Cooper
Hi Andrew,

I have a java application which users are authentication using their credentials. I have link this application, which will redirect to .Net application. I want pass the userid and password to this appliaction for validatation from java application. Is there any way using above code to achive this functionality

Thanks,
Kumar


View Tutorial