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.
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
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';
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 :=