C chinoda19 Distinguished Oct 31, 2011 3 0 18,510 Oct 31, 2011 #1 Hello, how to block URL submitted in browser using java programming?
D Davidnz Distinguished Oct 26, 2011 7 0 18,510 Oct 31, 2011 #2 you can write a server side java code to filter out any URL submitted. or an easier way is to just include the blocked URL in the host file to block it. Upvote 0 Downvote
you can write a server side java code to filter out any URL submitted. or an easier way is to just include the blocked URL in the host file to block it.
C chinoda19 Distinguished Oct 31, 2011 3 0 18,510 Nov 14, 2011 #3 Can you please explain how to write server side java code to filter out any URL submitted. Upvote 0 Downvote
C chinoda19 Distinguished Oct 31, 2011 3 0 18,510 Nov 14, 2011 #4 Davidnz : you can write a server side java code to filter out any URL submitted. or an easier way is to just include the blocked URL in the host file to block it. Can you please explain how to write server side java code to filter out any URL submitted. Upvote 0 Downvote
Davidnz : you can write a server side java code to filter out any URL submitted. or an easier way is to just include the blocked URL in the host file to block it. Can you please explain how to write server side java code to filter out any URL submitted.