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