• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSURLConnection and 404
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSURLConnection and 404


  • Subject: NSURLConnection and 404
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Sun, 09 Jun 2013 16:35:17 +0700

This works fine, but blocks my for 1 sec on a good day - who know how long if the net is slow:

url = something/which/might/exist/or/not.gif
data = [ NSData dataWithContentsOfURL: url options: mask error: &outError ];

So I am trying to use NSURLConnection instead. Also works fine.

Only: if my url does not exist, then the old method returned data = nil. Very good.

Using  NSURLConnection I always get some answer - either image data or a lengthy string like:

HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>Error 404 - Page not found</title>
	</head>
	<body bgcolor="#000000">
[...]


Is there a way to get just the status (in this case 404) without parsing the data?
I looked at the NSURLConnection delegate methods, but did not find anything which looked appropriate.

Gerriet.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: NSURLConnection and 404
      • From: Jean-Daniel Dupas <email@hidden>
    • Re: NSURLConnection and 404
      • From: Koen van der Drift <email@hidden>
  • Prev by Date: Re: how to cache images
  • Next by Date: Re: NSURLConnection and 404
  • Previous by thread: Re: NSPopUpButtonCell - How To Get The Changed Value
  • Next by thread: Re: NSURLConnection and 404
  • Index(es):
    • Date
    • Thread