Basically I want to set
Content-Type: application/json;
in order to call a dot net web service and have it return json to an iphone application.
At the moment I have
NSString * jsonres = [[NSString alloc] initWithContentsOfURL:url];
What do I need instead in order to issue a blocking request ?