Re: [twsocket] Newbe needs help with sending HTTP password

2008-03-07 Thread Ko Brink
I had some problems doing it with http://user:[EMAIL PROTECTED], mutible login tries so i turned of the Auth stuff in httpcli and did it in the BeforeHeaderSend HttpCli->Options << httpoNoBasicAuth << httpoNoNTLMAuth; void __fastcall TForm::HttpCliBeforeHeaderSend(TObject *Sender, cons

Re: [twsocket] Newbe needs help with sending HTTP password

2008-03-07 Thread Bob Reeves
Can't be that easy but it sure seems to work.. Well I'll be... Thanks a Million Bob - Original Message - From: DZ-Jay To: ICS support mailing Sent: Friday, March 07, 2008 4:18 AM Subject: Re: [twsocket] Newbe needs help with sending HTTP password Hello: Standard HTTP us

Re: [twsocket] Newbe needs help with sending HTTP password

2008-03-07 Thread DZ-Jay
Hello: Standard HTTP username and password usage in URI is: http://username:[EMAIL PROTECTED]/ dZ. -- DZ-Jay [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html On Mar 7, 2008, at 05:53, Bob Reeves wrote: > Hi, > > I have managed to get a small app worki

[twsocket] Newbe needs help with sending HTTP password

2008-03-07 Thread Bob Reeves
Hi, I have managed to get a small app working (C++ Builder 4.0) that retrieves an image from a webcam with built in HTTP server and ftp's it up to a web site. However I am going to be allowing internet access to the camera and need to set a user name and password to limit access. My app will no