| Author |
HTTP Proxy in Java
|
Rahul Dabas
Greenhorn
Joined: Oct 24, 2012
Posts: 1
|
|
Hi,
I am supposed to make a HTTP proxy for Get, Post, Head method.
I din know where to start.
SO i looked up online and found one piece here one there and tried to make something
Here is the code i got online:
T problem is when I am getting response from server. My while loops keep going on forever and finally would get -1 as response size and proxy will die.
I don't want that to happen.
Even the browser wont get the whole page. Just about 1/10th maybe.
It is a wrong method to get response from server.
I am a loooong way from finish and submition date is day after.
Pleasssee help someone...
Thanks a lot in advance.
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
Hello, Rasul, welcome to the Ranch.
I put your code into the "Code" tags so it's easier to read. Hopefully that will cause somebody to take a look at it.
|
 |
 |
|
|
subject: HTTP Proxy in Java
|
|
|