[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

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 username and

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, const

[twsocket] Always set MultiThreaded flag TRUE in tWSocket?

2008-03-07 Thread Tobias Rapp
Hi! I am using a tWSocket derived class inside a DLL. One of the users of the DLL had problems with using the class and it turned out that I had forgotten to set MultiThreaded to TRUE (as the user of the DLL has created the class in a separate thread). My question now is: Is it safe to always

[twsocket] Problem using same UDP port for both listen and send

2008-03-07 Thread Dod
Hello, I am working on something like : - Create Server UDP socket port 0 - Winsock select the listening port itself - I retrieve port number using GetSockName/.sin_port - The Socket server is now listening - I create a Socket client to connect to other machine but I set LocalPort