Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't use Indy idHTTP to get page from this url...

0 views
Skip to first unread message

mike

unread,
Oct 16, 2002, 10:04:50 PM10/16/02
to
I use Indy 9's TidHTTP component, and it always works excellent, but this
URL (and all urls from this site) is a bit odd...

http://www.realtor.com/findhome/proptype.asp?frm=bymap&mls=xlms&ct=Berks+Cou
nty&st=pa

Trying to get any page from this site, even http://www.realtor.com causes an
error.

Is it just me? Am I doing something wrong?

I have cookies enabled, redirects enabled, everything seems OK on my end.

Sample call:

TheURL :=
'http://www.realtor.com/findhome/proptype.asp?frm=bymap&mls=xlms&ct=Berks+Co
unty&st=pa';
Memo1.Lines.Text := IDHTTP1.Get(TheURL);

anyone have any ideas? I believe that this site redirects, but may do so
differently than the typical 302 that you would expect.

Any thoughts would be greatly appreciated.

Thanks

--


Mike


Bas Gooijen

unread,
Oct 17, 2002, 5:21:23 PM10/17/02
to
i tried your code, and i get the 302 you mentioned, but after setting
handleRedirects to true, the behavour is the same as that of Internet
Explorer ( "REALTOR.com: Unable to Resolve Location" )

--

Bas Gooijen


0 new messages