Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jul : TDownloadURL With Server that requires authentication
| Subject: | TDownloadURL With Server that requires authentication |
| Posted by: | "Ken Lange" (lange..@cox.net) |
| Date: | Sun, 13 Jul 2008 19:47:30 |
I have a program that uses TDownloadURL to download files from known
URLs on webservers. I have the need to do this with a webserver that
requires authentication. When Using a browser, when I paste the URL in
to the address bar I get the username password dialog, and if I provide
the credentials the file is retrieved into my browser. Is there some way
that I can parallell this process with TDownloadURL?