- Nov 17, 2019
- 13,153
- 7,829
- 136
Not sure if this is the right section to ask this, but here goes ...
A local Credit Union offers what they call a secure download link for logging in. As far as I can tell, it should be used as a bookmark or bookmarklet.
No matter what I've done so far, it only displays the source code, never the website or anything looking like a log in page. Their Tech Support isn't the greatest for asking these things.
I've edited out all of the personal and site information (Bold Red), but if anybody can tell me if it looks like it should work, great. Or is it just wrong somehow? Or am I wrong in how it should be used?
<html lang="">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SiteName Online Banking</title>
<script type="text/javascript" src="https://siteurl.com/servlet/Teller?requestType=vhtml&request=1&action=h&requestType=vhtml&skinId=c&memberNumber=999999&defaultLanguage=en"></script>
<script type="text/javascript">
var MyKey = "[redacted]";
</script>
<body onload="getRNum()">
<form action="https://siteurl.com/servlet/Teller?requestType=vhtml&request=1&action=c&requestType=vhtml&skinId=c&memberNumber=999999&defaultLanguage=en" method="post">
<input type="hidden" name="h" id="h" value="" size="50" />
<input type="hidden" name="sessid" id="sessid" value="" size="50" />
</form>
</body>
A local Credit Union offers what they call a secure download link for logging in. As far as I can tell, it should be used as a bookmark or bookmarklet.
No matter what I've done so far, it only displays the source code, never the website or anything looking like a log in page. Their Tech Support isn't the greatest for asking these things.
I've edited out all of the personal and site information (Bold Red), but if anybody can tell me if it looks like it should work, great. Or is it just wrong somehow? Or am I wrong in how it should be used?
<html lang="">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SiteName Online Banking</title>
<script type="text/javascript" src="https://siteurl.com/servlet/Teller?requestType=vhtml&request=1&action=h&requestType=vhtml&skinId=c&memberNumber=999999&defaultLanguage=en"></script>
<script type="text/javascript">
var MyKey = "[redacted]";
</script>
<body onload="getRNum()">
<form action="https://siteurl.com/servlet/Teller?requestType=vhtml&request=1&action=c&requestType=vhtml&skinId=c&memberNumber=999999&defaultLanguage=en" method="post">
<input type="hidden" name="h" id="h" value="" size="50" />
<input type="hidden" name="sessid" id="sessid" value="" size="50" />
</form>
</body>