I already tried getting the current URL of my UIWebView with: webview.request.URL. Unfortunately the NSURL was empty. Anything wrong h
UIWebView
webview.request.URL
NSURL
- (void)webViewDidFinishLoad:(UIWebView *)webView{ NSURL *currentURL = [[webView request] URL]; NSLog(@"%@",[currentURL description]); }