Skip to content

Instantly share code, notes, and snippets.

@WimObiwan
Created May 6, 2019 18:38
Show Gist options
  • Save WimObiwan/a13b6d76eef873aaf0992c9ffd15eff6 to your computer and use it in GitHub Desktop.
Save WimObiwan/a13b6d76eef873aaf0992c9ffd15eff6 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Autotask Login Proxy Page</title>
<script>
function loginForm() {
document.myform.submit();
}
</script>
</head>
<body onload="loginForm()">
<form action="https://ww4.autotask.net/Mvc/Framework/Authentication.mvc/AuthenticateFromDifferentZone" name="myform" method="post">
<input type="text" name="ReturnUrl" value="">
<input type="text" name="RequestedUrl" value="">
<input type="text" name="IsRememberMeChecked" value="false">
<input type="text" name="UserName" value="REPLACE BY AUTOTASK USERNAME">
<input type="password" name="Password" value="REPLACE BY AUTOTASK PASSWORD">
<input type="submit" value="Login">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment