> Is the page not being found with HttpTst demo as well?
> If yes, log the response headers and requests and post them here.
>
The demo works properly.
In THttpCli.DoRequestAsync a valid FURL is being passed into ParseURL but
everything is coming back NULL...
else begin
ParseURL(FURL, Proto, User, Pass, Host, Port, FPath);
FTargetHost := Host;
FDocName := FPath;
FProtocol := Proto;
if User <> '' then
FCurrUserName := User;
if Pass <> '' then
FCurrPassword := Pass;
There's obviously nothing wrong with the component but something is causing
this not to work.
Db
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be