I'm using Qt 5.5.1 version. For my application I need to load a server login page in qwebview. After login, the page will get redirected to another.This page is not a valid page (e.g. This site can't be reached - like pages), but I need the generating URL. Login page has loaded successfully, but redirecting error page is not loading, and URL I get from the loadFinished() function will be the old, not updating to the new one. How can i load "This site can't be reached" error page in qwebview.





"