I'm trying to develop a proxy http pool threads!
I have some difficult to get it.
When I'm entering the url I can see the HTML code, however, when I use the browser I can't get any result!
Can anyone give me some tips to continue?
I wouldn't expect code which reads from System.in and writes to System.out to work in a browser. Could you explain exactly how you ran that code in the browser?
leticia freitaz
Greenhorn
Joined: Nov 28, 2011
Posts: 3
posted
0
It's a server proxy code, I want configure it to run with an IP in a browser.
Then you haven't finished the code. Your code which processes the request from the browser has to get its URL from that request, not from something which came from the command line when you started the server running. And it has to return the response from the URL back to the browser, not write it to the command line.