i want to write a java application that will classify url into malicious and benign. ie when the user types a url in the address bar, my program should read that url , classify it and block it if it is malicious. how do i read the url from address bar of a browser once the user has entered it..
please help..
Thanks