Re: Downloading html page
Re: Downloading html page
- Subject: Re: Downloading html page
- From: "Peter Goedtkindt" <email@hidden>
- Date: Sat, 18 Aug 2001 20:46:07 +0200 (CEST)
Have you checked if the page requires cookies, or a user login ?
Cookies are send with each request, but you don't see them in the URL field of your webbrowser ?
--
PeterJGoedtkindt
SeniorJsoftwareJengineer
AXSJTechnologiesJ(Switzerland)
CheminJdeJMornex,J3JJJJJJJJJJJJJJJJJ63JWestJStreet
CH1003JLausanneJJJJJJJJJJJJJJJJJJJJAnnapolis,JMDJ21401
SwitzerlandJJJJJJJJJJJJJJJJJJJJJJJJJUSA
+41J21J331J44J48J(direct)JJJJJJJJJJJTelJ+1.410.263.3637
+41J79J65J12389J(mobile)JJJJJJJJJJJFaxJ+1.410.263.3684
www.axs-tech.comJJJJJJJJJJJJJJJJJJJJwww.axs-tech.com
>
10. Re: Downloading html page (Drew McCormack)
>
Subject: Re: Downloading html page
>
>
On Tuesday, August 14, 2001, at 02:28 , Brendan Younger wrote:
>
>
>
>
> On Monday, August 13, 2001, at 02:09 PM, email@hidden wrote:
>
>
>
>> I wish to download a HTML page from yahoo finance. I have come up with
>
>> the following code:
>
>>
>
>> NSString *dataAsString;
>
>> dataAsString = [NSString stringWithContentsOfURL:[NSURL URLWithString:
>
>>
>
>> @"http://chart.yahoo.com/t?a=02&b=01&c=01&d=02&e=20&f=01&g=d&s=itwo&y=0&
>
>> z=
>
>> itwo"]];
>
>> NSLog(dataAsString);