Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. majinbis

    Firefox and Chrome waiting for POST content

    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!
  2. majinbis

    Firefox and Chrome waiting for POST content

    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...
  3. majinbis

    Firefox and Chrome waiting for POST content

    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...
  4. majinbis

    need help on POST method and mail sites

    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...
  5. majinbis

    socket and thread question

    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...
  6. majinbis

    socket and thread question

    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...

Part and Inventory Search

Back
Top