Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 06-28-2011, 04:00 PM   #1 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 104
Shades of Chaos is on a distinguished road
Default HTTP Status Code

Hey all,

I posted early about getting the HTTP Headers and I thought I sovled the problem but something doesn't seem to be working. When I use the line
Code:
NSLog(@"%d", [httpResponse statusCode]);
It always prints out 200 even if the url i entered is "dsfafafvf". I don't think this is suppose to happen is it?

Thanks
Shades of Chaos is offline   Reply With Quote
Old 06-28-2011, 04:07 PM   #2 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
Join Date: Aug 2008
Location: Memphis, TN, USA
Age: 24
Posts: 3,983
smithdale87 is on a distinguished road
Send a message via AIM to smithdale87
Default

Can you post your code? I don't get that problem. If the url is bogus, i get a status code of 0, which correlates to a server error.
smithdale87 is offline   Reply With Quote
Old 06-28-2011, 04:15 PM   #3 (permalink)
Registered Member
 
Join Date: Nov 2010
Posts: 104
Shades of Chaos is on a distinguished road
Default

Code:
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response {

	NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
	NSLog(@"%d", [httpResponse statusCode]);
    [dataWebService setLength:0];
}
And my web call is
Code:
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.ca"]]];
If you need anyhting else tell me.
Shades of Chaos is offline   Reply With Quote
Reply

Bookmarks

Tags
code, header, http, status, url

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 329
7 members and 322 guests
chemistry, iOS.Lover, lendo, leostc, Leslie80, pbart, VinceYuan
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,664
Threads: 94,120
Posts: 402,898
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Leslie80
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 02:30 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0