Hey thanks for the quick response. I googled what you said and it lead me to this tutorial
iLessons iLearned: How to Debug NSURLConnection HTTP Headers
This worked quite well and gave me Cache-Control, Connection, Content-Type, Date, Server, and Transfer-Encoding. But isn't there something that tells me a number like "200 ok" in the header.
Thanks
I believe the "200 ok" is called a statusCode but when I add
NSLog(@"%@", [httpResponse statusCode]);
The app crashes with writing nothing to the console