Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : idHttp Problem
| Subject: | idHttp Problem |
| Posted by: | fer |
| Date: | Thu, 18 May 2006 18:57:14 |
Hi
I use Dy with indy10.0.76.
I open explorer and write
htpps://myserver.com/login/logonstart.jsp
on addresbar. the browser opens te page
but when i try
myhtp.get ('htpps://myserver.com/login/logonstart.jsp') ;
it gives HTTP/1.1 404 Not found error. for java do have to do somethig
special. because i use same syntax with http pages. and it works .
fer