wireshark helped. thanks... now i think the problems is when my program tries to read the browser request... somehow the STDIN doesn't get passed or is waiting for something (except in IE)... again, appreciate any help!
didn't do anything... same problem. Just to clarify, I think the browser sends the request to the proxy which the prosy sends to the host but it's missing the body...
Hi. I'm stuck at this and it doesn't make sense to me. Somehow the code works for IE but not for Chrome and Firefox. I'm printing to the terminal and it seems that for FF/Chrome it stops after the blank line (after the header) and waits for the content... but the content is actually there...
Hi. I have a code for a web proxy that forces HTTP/1.0. It works fine and all except for the following:
1. It won't do any POST methods... it just waits then timeouts
2. for some reason, mail sites like gmail, AOL and yahoo mail won't work. I'm getting an "Internet Explorer cannot display the...
Thanks! I removed the code that printed the output to the terminal and it went well. A few more things though:
1. It gets stuck waiting for the host to respond (Google) or I get a Bad Request (Yahoo). Eventually, it'll go though but like after 15-20 minutes...
2. Takes forever to load stuff...
I'm really new to socket programming and I have the following code (don't mind the client, still needs to be worked on). I used it as a web proxy for firefox and went to "www.google.com" And while it "worked", my command prompt kept on beeping with garbled characters (i assume from the Google...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.