Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: idHttp Problem

www.cryer.info
Managed Newsgroup Archive

Re: idHttp Problem

Subject:Re: idHttp Problem
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 18 May 2006 10:46:10

<fer> wrote in message news:446c995d@newsgroups.borland.com...

> I use Dy with indy10.0.76.

That is an old version of Indy 10.  The current snapshot is 10.1.5

> when i try
>
> myhtp.get ('htpps://myserver.com/login/logonstart.jsp') ;
>
> it gives HTTP/1.1 404 Not found error.

'htpps' is not a valid protocol.  It must be either 'http' or 'https'.  The
operate on different port numbers.  If you do not specify 'https' properly,
then it defaults to port 80.  You are likely trying to access a non-existant
page on the wrong server.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive