[webkit-gtk] webkit_web_view_load_uri() redirect strips part of URL

David Hill dhill at mindcry.org
Thu Jan 5 09:24:25 PST 2012


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



More information about the webkit-gtk mailing list