Hello -
webkit_web_view_load_uri(webView,
"http://www.twitter.com/#!/whatever");does not work. Twitter redirects to http://twitter.com/#!/whatever and webkit attempts to load http://twitter.com/. So, it seems webkit strips the # and everything beyond it on the redirect. Is it a bug in webkit or am I missing something? David _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
