Re: [twsocket] HttpCli / LAN / Router / Proxy / ?Help!

2008-07-11 Thread Dave Baxter
You could put your own entries in the systems Hosts files. So that for example "PC1" would resolve to 192.168.1.100. One "set" of entries common to all machines should do the trick... Find that file at... C:\WINDOWS\system32\drivers\etc in XP. Add entries such as. 192.168.1.100 PC1 192.168.1.10

Re: [twsocket] HttpCli / LAN / Router / Proxy / ?Help!

2008-07-11 Thread Francois Piette
Could you try this: Run the command interpreter (command line). Enter "telnet targethost 80" Then once telnet has connected, enter exactly "GET / HTTP/1.0" (without quotes), then CTRL+M and CTRL+J (that is CR/LF pair). You should get the answer from the webserver. If this doesn't work, then ICS HTT

[twsocket] HttpCli / LAN / Router / Proxy / ?Help!

2008-07-11 Thread Joseph A Benson
(in reply to Arno Garrels) > Obviously name resolution does not work, are you able to browse > the web with your favorite browser? Yes. Internet browsing and file sharing work as expected on all PCs. My program using HttpCli also works as well (- with no modifications or changes in settings), if