Re: [twsocket] WPAD protocol

2005-12-10 Thread Nicholas Sherlock
Maurizio Lotauro wrote: > Someone know more about this? > In one PC that never has IE installed the Control Panel has the > Internet Options? > It is nearly impossible to run Windows without Internet Explorer (98 and upwards). It is installed by default, and no uninstall procedure is available

Re: [twsocket] (beer) and cookies for all !!!

2005-12-10 Thread DZ-Jay
On Dec 9, 2005, at 13:19, Me wrote: > I tryied it again and now it works... dunno what did i do wrong last > time... thank you! So... where are my beer and cookies? :) dZ. -- If it wasn't for C, we would be stuck using BASI, PASAL and OBOL. -- To unsubscribe or change your settings f

Re: [twsocket] WPAD protocol

2005-12-10 Thread Maurizio Lotauro
On 10-Dec-05 19:33:07 Paul wrote: >No, this fine component from Maurizio detects proxy info from IE using >WinInet Yes, but there is one point that is not clear to me, i.e. if the WinInet is installed as part of OS and IE use it, or if it is part of IE installation. It could be even possible that

Re: [twsocket] WPAD protocol

2005-12-10 Thread Paul
What about a server that has no browser installed ? Most company servers run with strict security pocilies. If you need a program on a server that has to run only once, do some internet communication and deletes itself, you would have to ask the system admin very time to give you the information,

[twsocket] ICS and Free Pascal

2005-12-10 Thread Ionut Muntean
Hi all, Is anyone have succesfully using ICS with FPC? I would like to write some programs in FP and as i am an ICS addicted user ... 10x -- Ionut Muntean -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our w

Re: [twsocket] WPAD protocol

2005-12-10 Thread Fastream Technologies
What about this: 1) Backup IE proxy config 2) Let IE to pick the proxy info 3) Use ProxyInfo to get it from IE 4) Restore IE data ? - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, December 10, 2005 8:33 PM Subject: Re: [twsocket] WPAD pr

Re: [twsocket] WPAD protocol

2005-12-10 Thread Paul
No, this fine component from Maurizio detects proxy info from IE using WinInet The WPAD protocol is introduced for the first time by Netscape. It uses a WPad server (part of the proxy) that can return data from the proxy without actually using the proxy. basically, it's a Java script. It allows

Re: [twsocket] WPAD protocol

2005-12-10 Thread Fastream Technologies
Hello, I saw some code called ProxyInfo on the Usermade page. Could that be related? Best Regards, SZ - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: Sent: Saturday, December 10, 2005 8:13 PM Subject: [twsocket] WPAD protocol > Hi all, > > > does anyone have experience wi

[twsocket] WPAD protocol

2005-12-10 Thread Paul
Hi all, does anyone have experience with the WPAD protocol to retreive configuration data from a proxy? (Web Proxy Auto-Discovery Protocol) Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website a

Re: [twsocket] (beer) and cookies for all !!!

2005-12-10 Thread Francois PIETTE
> Please somebody help me or ill go crazy... :/ I've tried everything, > looked everywhere... and nothing!! How do i get recieved headers > with HTTPCli ?? I need "Content-Type"... PLEASE!!! You have a ContentType property which reflect the value from the header line. You can access it as soon as

Re: [twsocket] WSOCKET sending/receiving files

2005-12-10 Thread Francois PIETTE
> since 3 weeks I'm trying to send a file with TWSocket and > TWSocketServer components.. > my idea was to send records like: > > pFileBuf = ^TFileBuf; > TFileBuf = packed record >ID : Integer; >bufSize : Integer; >buf: array[0..1023] of Byte; > end; That's OK except you should put

Re: [twsocket] WSOCKET sending/receiving files

2005-12-10 Thread Wilfried Mestdagh
Hello Selahattin, > sometimes the first record was send correctly but the other records were > currupt.. Please try to specify exacly whats wrong: Can you tell when first record is send/received correct and when not ? Also if first record is not correct then what exacly is not correct ? Also wh