Strange behavior with stringWithContentsOfURL using ppp or dsl
Strange behavior with stringWithContentsOfURL using ppp or dsl
- Subject: Strange behavior with stringWithContentsOfURL using ppp or dsl
- From: Thierry Bucco <email@hidden>
- Date: Wed, 12 Sep 2001 10:18:24 +0200
Hi,
I have a little problem, I use this code :
html = [NSString stringWithContentsOfURL:[NSURL URLWithString:url]];
to get an html page.
If I use my dsl connection it works but not using my ppp connection.
I am using a french provider which have a proxy (for ppp), is it the
problem ?
Thanks a lot or your help.
Thierry