Application NameConVirt
PublisherConvirture
Date Entered02/04/2011
Date Modified02/04/2011
webNetwork Version 5.4.7.0
Delivery MethodVirtual server
ConfigurationHost Address : convirt.example-cloud.com
Host Ports : 8091


Application type : HTTP(s) Virtual Server
Virtual DNS Name : wnconvirt.example-cloud.com
Start Url : /login
Host Authority : Enabled

Form Properties
Form Type : Client
Form Trigger : /login
Form Action : /user_login
Script :

setTimeout( "if ( document.forms[0] ) { clearTimeout();
document.getElementById( 'login' ).value = 'myusername';
document.getElementById( 'password').value = 'mypassword';
document.getElementById( 'ldap_user' ).checked = true;
document.forms[0].action='/user_login';
document.forms[0].submit(); }", 2000 );

Form Method : Post
Form Inputs : These are handled by the script

Rules

Convirt-Rule1-Success
Rule Type : Text
Search : {success:true}
Replace :




Convirt-Rule2-Failed
Rule Type : Text
Search : {success:false.*}
Replace :





 
Notes

This application has a "fancy" login page that uses a javascript
login box and ajax to submit the login. Because of this some
extra rules and sso script is needed to properly fill in the form and
submit the credentials.