Hello.
I have a Problem with downloading in qt via QNetworkAccessManager.
I successfully login. After that i request a Filelist in xml. But what i get back is this:
<html>
<head>
<title>Extranet Filetransfer</title>
<meta http-equiv="refresh" content="1;url=Startup.do" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="shortcut icon" href="/FT/navigation/extranet/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/FT/navigation/extranet/images/favicon.ico" type="image/x-icon">
<!-- Frameset definieren -->
</head>
<frameset rows="80,20,*" border="0" frameborder="no" framespacing="0">
<frame src="startup/navigationHead.html" name="navi_head" noresize="noresize" marginheight="0" marginwidth="0" scrolling="no">
<frame src="startup/navigationSubHead.htm" name="navi_subhead" noresize="noresize" marginheight="0" marginwidth="0" scrolling="no">
<frameset cols="190, *">
<frame src="startup/navigationBar.html" name="navi_bar" noresize="noresize" marginwidth="0" marginheight="0" scrolling="auto">
<frame src="startup/navigationContent.html" name="content" noresize="noresize" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>
</frameset>
</html>
The Site refresh and goes to https://… /Startup.do. Now I dont know what to do. I make a Request to https://…/Startup.do but i get nothing back. What is the “.do” extension?
Thank’s for help :)
↧