If you are using webview to load that webpage, following code will help you:
- (BOOL)webView: (UIWebView*)webView shouldStartLoadWithRequest: (NSURLRequest*)request navigationType: (UIWebViewNavigationType)navigationType { NSString* urlString=[NSString stringWithFormat:@"%@",[request URL]]; return YES;}