Re: [twsocket] HTTPCli Authentication bug

2007-07-26 Thread Mike Sutton
Hi Wilfried, WM> Hello Mike, WM> Can you please start a new thread if you do so instead of hit reply ? WM> Many email readers can sort on thread, so if you do so people that are WM> not interested in the thread where you reply to will never see your WM> message. Sorry. WM> About your question.

Re: [twsocket] HTTPCli Authentication bug

2007-07-26 Thread Wilfried Mestdagh
Hello Mike, Can you please start a new thread if you do so instead of hit reply ? Many email readers can sort on thread, so if you do so people that are not interested in the thread where you reply to will never see your message. About your question. You have to put the second code after the firs

[twsocket] HTTPCli Authentication bug

2007-07-26 Thread Mike Sutton
I sent the following to the list about a month ago, but no-one ever replied. I'm not sure it that means no-one's interested or no-one saw the message: I've noticed this in both V5 and V6 beta: The problem: HTTPCli.UserName := ''; HTTPCli.Password := ''; HTTPCli.URL := 'http://server.com/members';

[twsocket] HTTPCli Authentication bug

2007-06-27 Thread Mike Sutton
Hi, I've noticed this in both V5 and V6 beta: The problem: HTTPCli.UserName := ''; HTTPCli.Password := ''; HTTPCli.URL := 'http://server.com/members'; HTTPCli.GetAsync; Returns 401 Authentication required. Using the same instance of HTTPCli as above (Ie after the above code): HTTPCli.UserName :=