web view is not able to load URL(www.example.com/index.html?jsonFooter=hideHeaderFooter) i am provoding..this URL works fine in web browser..after a long time digging into this issue, i observe that using web view delegate method for finding error i observed web kit error domain 102..can someone tell me how to solve this issue? thanks in advance..following is my sample code
[linkWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@/index.html?jsonFooter=hideHeaderFooter",urlStr]]]]