[twsocket] NIC list

2009-01-15 Thread Paul
is it possible to retrieve a list of installed NIC's that returns Mac-address, IP and description using ICS ? I've used some routines (all using IpHlpApi.pas) in the past, but I can't get it working properly in D2009 Paul -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] NIC list

2009-01-15 Thread Angus Robertson - Magenta Systems Ltd
is it possible to retrieve a list of installed NIC's that returns Mac-address, IP and description using ICS ? I've used some routines (all using IpHlpApi.pas) in the past, but I can't get it working properly in D2009 My IP Helper stuff was updated for D2009 last summer:

Re: [twsocket] NIC list

2009-01-15 Thread Paul
thanks, I'll check what went wrong here. Paul - Original Message - From: Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk To: twsocket@elists.org Sent: Thursday, January 15, 2009 3:38 PM Subject: Re: [twsocket] NIC list is it possible to retrieve a list of installed NIC's

Re: [twsocket] NIC list

2009-01-15 Thread scconsulting
Hello guys ! Concerning NICs and IP list, is there any way on a web browser (IE7, FF3) to send the local network IP of the client computer to the HTTP server (made with ICS HttpServer) ? (Example: I have 2 computers at home , one is directly connected to internet and has 2 IPs (external and

Re: [twsocket] THttpCli digest and basic authentication

2009-01-15 Thread Maurizio Lotauro
Scrive Arno Garrels arno.garr...@gmx.de: Maurizio Lotauro wrote: Digest authentication requires at least one server challenge per protection space (realm). This is similar to basic authentication which may use a realm as challenge (currently not supported by basic in both THttpCli and

Re: [twsocket] NIC list

2009-01-15 Thread Florin Vancea
Anyone capturing the session ID will capture the IP you send, too. If you are concerned about security, use https with your cookies. - Original Message - From: scconsulting scconsult...@free.fr To: ICS support mailing twsocket@elists.org Sent: Thursday, January 15, 2009 7:14 PM Subject: