Web Quick Login
For logging into any url that has a User Name and Password, create a ,html file containing the below HTML .
<FORM target=_blank action=http://hostname/callcenter/start.swe method=post>
UserName: <INPUT type=text name=SWEUserName value=username>
Password: <INPUT type=password name=SWEPassword value=password>
<INPUT type=hidden name=SWECmd value=ExecuteLogin>
<INPUT type=button value=Login onclick=this.parentElement.submit()></FORM>
The above is the general template.
The Below example is the one that can be used to login into Siebel Support Web
<FORM target=_blank action=https://ebusiness.siebel.com/eservice_enu/start.swe method=post>
<b onmouseover=”this.title=this.parentElement.action”>supportweb:-</b>
UserName: <INPUT type=text name=SWEUserName value=ibmcorp-read>
Password: <INPUT type=password name=SWEPassword value=NrSFMYVn>
<INPUT type=hidden name=SWECmd value=ExecuteLogin>
<INPUT type=button value=Login onclick=this.parentElement.submit()></FORM>
Open the saved .html file and click on the ‘Login’ button to login directly to the application.
you can also use a simple shortcut:
https://ebusiness.siebel.com/eservice_enu/start.swe?SWECmd=ExecuteLogin&SWEUserName=myUserName&SWEPassword=myPassword