RDM 7.5 no longer processing HTTP Form ID's the sa

RDM 7.5 no longer processing HTTP Form ID's the sa

avatar

We have a version 7.0 that with a specific VPN entry will successfully parse the form ID's for a web vpn connection. We are passing three entries.
1. User Name ID maps to username
2. Domain ID maps to password
3. Password ID maps to password#2
Once we upgrade to RDM 7.5, it will only fill out the password and password#2, it skips password. If we do a auto inspect, both the domain ID, and password ID comes back as password (the html element that it is skipping). If we uninstall rdm 7.5 and go back to 7, it works just fine. Looks like there is some change in 7.5 that's not allowing it to parse the entries the same.

All Comments (7)

avatar

Hi,
Could you us the html (View source). If you manually enter password and password#2, does it work?

David Hervieux

avatar

If I manually enter in the element ID's, it still doesn't work on 7.5. when I fall back a version, it works fine.

avatar

Could you post the view source of the html for our test?

David Hervieux

avatar

I replaced some of the below URL links with XXXXXXXXX, but otherwise, you should be good.


<head>
<meta http-equiv="Content-Language">
<meta http-equiv="Content-Type" content="text/html">
<meta name="robots" content="none">
<title>XXXXXXXXXX</title>
<script src="XXXXXXXXXXX/ds.js"></script>
<script>
WriteCSS();
</script>
<noscript>
<link rel="stylesheet" href="XXXXXXXXXXXXX/ds.css">
</noscript>
<script>
<!--
if (window.top != self) {
top.location = location;
}
if(window.name == "newpincancel" || window.name == "nexttokencancel") {
window.close();
}
//--></script>
<script src="XXXXXXXXXX/lastauthserverused.js"></script>
<script>function deletepreauth() {
document.cookie = "DSPREAUTH="+ escape("")+ ";path=/XXXXXXXXXXXXX/;expires=14-Nov-1997";
}
</script>
</head>
<body onload="FinishLoad(1)" bgcolor="#FFFFFF" color="#000000" link="#3366CC" vlink="#CC6699" alink="#3366CC" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0">
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
<td bgcolor="#000000"><img border="0" src="XXXXXXXXX" alt="Logo"></td>
<td bgcolor="#000000" align="right"> </td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="#000000" colspan="2"><img border="0" src="XXXXXXXXXX/space.gif" width="1" height="1"></td>
</tr>
</table>
<blockquote><form name="frmLogin" action="login.cgi" method="POST" autocomplete="off" onsubmit="return Login(1)">
<input type="hidden" name="tz_offset">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td nowrap colspan="3"><b>Welcome to</b></td>
</tr>
<tr>
<td nowrap colspan="3"><span class="cssLarge"><b>XXXXXXXXXXX</b></span></td></tr>

<tr>
<td colspan="3"> </td>
</tr>
<tr>

<td valign="top">

<table border="0" cellspacing="0" cellpadding="2"> <tr>
<td>Username</td>
<td> </td>
<td><input type="text" name="username" size="20"></td>
</tr> <tr>
<td>Network Password</td>
<td> </td>
<td><input type="password" name="password" size="20"></td>
</tr> <tr>
<td>Token</td>
<td> </td>
<td><input type="password" name="password#2" size="20"></td>
</tr> <tr> <input type="hidden" name="realm" value="AD-And-RSA"> </tr> <tr>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" value="Log On" name="btnSubmit"> </td>
</tr> </table>

</td>
<td valign="top">      </td>
<td valign="top"><table border="0" cellspacing="0" cellpadding="2">
<tr><td></tr></td></table></td>
</tr>
</table> </form>
</blockquote>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td background="XXXXXXXXXX/footerbg.gif">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td><img src="XXXXXXXXXX/space.gif" width="10" height="10"></td>
<td><img src="XXXXXXXXXX/space.gif" width="1" height="2"></td>
<td><img src="XXXXXXXXXX/space.gif" width="10" height="10"></td>
</tr>
<tr valign="top">
<td><img src="XXXXXXXXXX/space.gif" width="10" height="1"></td>
<td nowrap ><br><br><br><br>
<td align="right"><img src="XXXXXXXXXX/space.gif" width="10" height="10"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img border="0" src="XXXXXXXXXX/space.gif" height="6" width="1" alt=""></td>
</tr>
</table>
</body>
</html>

avatar

Thank you very much

David Hervieux

avatar

Hi,
I have found the problem and this is now fixed in the version 7.6:

http://remotedesktopmanager.com/remotedesktopmanager/Home/Download

David Hervieux

avatar

7.6 does fix it. Thank you.