Re: Downloading html page
Re: Downloading html page
- Subject: Re: Downloading html page
- From: Drew McCormack <email@hidden>
- Date: Sat, 18 Aug 2001 12:37:55 +0200
Thanks to all who have tried to help me with this. I eventually got it
to work by downloading a different page with the same data. I just used
NSURL as before. I still do not know why one page would download OK, and
the other not. I think both pages are redirected, so it is a mystery.
The questions i have about NSURL are whether it can return WHY it fails
(error 404, 403, etc.) and what MIME-TYPE it is retrieving.
searle
When I was looking for my solution, I noticed you can get more control
over NSURL using NSURLHandle and related classes. You can download data
with NSURLHandle, and get an error code if it fails, so you could check
that out.
Drew McCormack