Hi to all,
I am in JAVA vit sockets.In my m/c(which runs under NT).I’ve made a LINUX firewall as
my gateway.Squid is also running in my firewall.I am running a client socket in my m/c which’ll contact the firewall ,which in turn sends the request to the Internet..So,whatever request I pass thro’ the socket(thro’ port 80),should be forwarded to firewall’s squid.This is working fine .but the problem lies in the contacts between the browser and and my program.How can I make a communicationb/w my socket program and the browser(my m/c’s browser)????I’ve to get the address what I’m typing in my browser as a input to my program.Can u tell me the way to communicate b/w my browser and a client program?????