Board index » delphi » can not Get the page

Can't Get the page


2008-03-26 06:53:46 AM
delphi198
Hi
i am trying to get this addres and can not turn anything.
if i try it on explorer it returns the result
address :
https://213.148.68.20/bireysel/Parola.do
fer
 
 

Re:Can't Get the page

"fer" <XXXX@XXXXX.COM>writes
Quote
i am trying to get this addres and can not turn anything.
How are you trying to retreive it exactly? What problem are you having
having with it? You need to be more specific.
Gambit
 

Re:Can't Get the page

"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?47e986b2$XXXX@XXXXX.COM...
Quote

"fer" <XXXX@XXXXX.COM>writes
news:XXXX@XXXXX.COM...

>i am trying to get this addres and can not turn anything.

How are you trying to retreive it exactly? What problem are you having
having with it? You need to be more specific.


Gambit
MyHttp := TIdHTTP.Create ;
myssl := TIdSSLIOHandlerSocketOpenSSL.Create ;
Myssl.DefaultPort := 443 ;
myssl.SSLOptions.Method := sslvSSLv23 ;
myssl.SSLOptions.Mode := sslmUnassigned ;
myssl.SSLOptions.VerifyDepth := 2 ;
MyHttp.IOHandler := Myssl ;
MyHttp.AllowCookies := True ;
MyHttp.CookieManager := Form1.IdCookieManager1 ;
MyHttp.ProtocolVersion := pv1_1 ;
MyHttp.Request.Accept := 'image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/x-shockwave-flash,
application/x-ms-xbap, application/x-ms-application,
application/x-silverlight, */*' ;
MyHttp.Request.AcceptEncoding := 'gzip, deflate' ;
MyHttp.Request.Connection := 'Keep-Alive' ;
MyHttp.Request.ContentType := 'application/x-www-form-urlencoded' ;
MyHttp.HTTPOptions := [hoKeepOrigProtocol] ;
MyHttp.Request.Referer := '' ;
MyHttp.Request.UserAgent := 'Mozilla/4.0 (compatible; MSIE
6.0;Windows NT 5.1; SV1; .NET CLR 1.1.4322)';
MyHttp.HandleRedirects := False ;
PUrl := 'https://213.148.68.20/bireysel/Parola.do' ;
Form1.Memo1.Text := MyHttp.get (PURL) ;
and it goes to
raise EIdConnClosedGracefully.Create(RSConnectionClosedGracefully);
and nothing it reads
 

Re:Can't Get the page

"fer" <XXXX@XXXXX.COM>writes
Quote
Myssl.DefaultPort := 443 ;
There is no DefaultPort property. Any non-default Port values need to be
specified in the actual URL that you pass to TIdHTTP.Get() instead.
Quote
MyHttp.Request.AcceptEncoding := 'gzip, deflate';
That will not work unless you assign the TIdHTTP's Compressor property,
which you are not doing.
Quote
MyHttp.Request.ContentType := 'application/x-www-form-urlencoded';
The "Content-Type" header has no meaning when performing a GET request, as
there is no body data transmitted.
Quote
it goes to

raise EIdConnClosedGracefully.Create(RSConnectionClosedGracefully);

and nothing it reads
You did not say which build of Indy 10 you are actually using.
Gambit
 

Re:Can't Get the page

i use Indy 10.0.76
fer
"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?XXXX@XXXXX.COM...
Quote

"fer" <XXXX@XXXXX.COM>writes
news:47eacade$XXXX@XXXXX.COM...

>Myssl.DefaultPort := 443 ;

There is no DefaultPort property. Any non-default Port values need to be
specified in the actual URL that you pass to TIdHTTP.Get() instead.

>MyHttp.Request.AcceptEncoding := 'gzip, deflate';

That will not work unless you assign the TIdHTTP's Compressor property,
which you are not doing.

>MyHttp.Request.ContentType := 'application/x-www-form-urlencoded';

The "Content-Type" header has no meaning when performing a GET request, as
there is no body data transmitted.

>it goes to
>
>raise EIdConnClosedGracefully.Create(RSConnectionClosedGracefully);
>
>and nothing it reads

You did not say which build of Indy 10 you are actually using.


Gambit

 

Re:Can't Get the page

"fer" <XXXX@XXXXX.COM>writes
Quote
i use Indy 10.0.76
You are using a very old version then. Try upgrading to the latest 10.2.3
snapshot and see if the problem continues.
Gambit
 

Re:Can't Get the page

can't find 10.2.3
i found 10.1.5 intalled it
it's same can not get the page
fer
"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?47ebcfdf$XXXX@XXXXX.COM...
Quote

"fer" <XXXX@XXXXX.COM>writes
news:XXXX@XXXXX.COM...

>i use Indy 10.0.76

You are using a very old version then. Try upgrading to the latest 10.2.3
snapshot and see if the problem continues.


Gambit

 

Re:Can't Get the page

I use D7
and indy 10.1.5
fer
"fer" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?47ecb8d5$XXXX@XXXXX.COM...
Quote
can't find 10.2.3

i found 10.1.5 intalled it

it's same can not get the page

fer


"Remy Lebeau (TeamB)" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?47ebcfdf$XXXX@XXXXX.COM...
>
>"fer" <XXXX@XXXXX.COM>writes
>news:XXXX@XXXXX.COM...
>
>>i use Indy 10.0.76
>
>You are using a very old version then. Try upgrading to the latest
>10.2.3 snapshot and see if the problem continues.
>
>
>Gambit
>


 

Re:Can't Get the page

"fer" <XXXX@XXXXX.COM>writes
Quote
can't find 10.2.3
It is the development snapshot.
Quote
i found 10.1.5 intalled it
That is not the latest, not even close.
Gambit
 

Re:Can't Get the page

On Fri, 28 Mar 2008 10:05:01 -0700, "Remy Lebeau \(TeamB\)"
<XXXX@XXXXX.COM>writes:
Quote

"fer" <XXXX@XXXXX.COM>writes
news:47ecb8d5$XXXX@XXXXX.COM...

>can't find 10.2.3

It is the development snapshot.

>i found 10.1.5 intalled it

That is not the latest, not even close.

That is what I got with BDS2006. When I go to the Indy website and try
looking for a later download I get here:
www.indyproject.org/Sockets/Download/Files/Indy10.EN.aspx
and here there are two links, one for the source of 10.0.52 (why, that
must be even older?) and the other is ffor some kind of automatic
installer, which I don't want. I want the sources of course...
If I follow the automatic install link I get to page after page and
finally I have to *register* to get the download...
Notice that I got to the website address from within Delphi 2006 on
the About page if IdTCPClient....
Not so simple to get the newer stable version without risking by using
"development snapshot".
/BoB
 

Re:Can't Get the page

"Bo Berglund" <XXXX@XXXXX.COM>writes
Quote
That is what I got with BDS2006.
Like I said, 10.1.5 is nowhere close to being the latest Indy 10 version
available. 10.2.3 is the latest.
Quote
When I go to the Indy website and try looking for a later download
I get here:
www.indyproject.org/Sockets/Download/Files/Indy10.EN.aspx
and here there are two links, one for the source of 10.0.52 (why,
that must be even older?) and the other is ffor some kind of
automatic installer, which I don't want.
Read that page again more closely. It also has a third link - the
"Development Snapshot". This is the third time now that I have told you
that 10.2.3 is the development snapshot.
Quote
I want the sources of course...
Download the development snapshot then.
Quote
If I follow the automatic install link I get to page after page and
finally I have to *register* to get the download...
Don't use the installer anyway. It is outdated.
Quote
Not so simple to get the newer stable version without risking
by using "development snapshot".
That is the current version, though.
Gambit
 

Re:Can't Get the page

On Fri, 28 Mar 2008 13:35:18 -0700, "Remy Lebeau \(TeamB\)"
<XXXX@XXXXX.COM>writes:
Quote
Read that page again more closely. It also has a third link - the
"Development Snapshot". This is the third time now that I have told you
that 10.2.3 is the development snapshot.
No, I was not here before. That was my 1st post on this thread....
/BoB
 

Re:Can't Get the page

Hi
I installed 10.2.3 at last
It is the same. can not get anything
but connection closed gracefully.
fer
"fer" <XXXX@XXXXX.COM>, haber iletisinde žunlar?
yazd?XXXX@XXXXX.COM...
Quote
Hi

i am trying to get this addres and can not turn anything.
if i try it on explorer it returns the result

address :
https://213.148.68.20/bireysel/Parola.do

fer