Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jul : Error in parsing command
| Subject: | Error in parsing command |
| Posted by: | "Hannes Gouws" (hannes.gou..@bcx.co.za) |
| Date: | Thu, 17 Jul 2008 12:03:16 |
Hi Remy
I am getting an "error in parsing command" when I am trying to connect to a
TidHttpServer with SSL i.e. hhtps://192.168.0.1/login.htm.
I have traced it to: "LInputLine := IOHandler.ReadLn;" in function
TIdCustomHTTPServer.DoExecute(AContext:TIdContext): boolean; in unit
IdCustomHTTPServer;
I am using D7 with the indy snapshot from 14/07/2008.
This only happens when I try and connect form a remote pc but when I connect
locally it works fine.
Any help here would be much appreceatied!
Thanks