Different result with NSURLRequest then with curl (or browser)

2008-11-23 Thread Tobias Tom
Hey everyone, I'm trying to access the API of delicious. You can access a JSON list just by using the URL http://feeds.delicious.com/v2/json/. So I tried to access that result from within cocoa code. Here's my try: NSURL *url = [NSURL URLWithString:@"http://feeds.delicious.com/v2/ json/"]; N

Different result with NSURLRequest then with curl (or browser)

2008-11-23 Thread Tobias Tom
Hey everyone, I'm trying to access the API of delicious. You can access a JSON list just by using the URL http://feeds.delicious.com/v2/json/. So I tried to access that result from within cocoa code. Here's my try: NSURL *url = [NSURL URLWithString:@"http://feeds.delicious.com/v2/ json/"]; N