Created
May 6, 2019 18:38
-
-
Save WimObiwan/a13b6d76eef873aaf0992c9ffd15eff6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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