Login handler is a utility that redirects a user who already logged in to the Plesk Sitebuilder Administrator Panel or Wizard.
For this, send a GET or POST query to the handler address:
or
Here http://<sb-example-host.com>/ means your Plesk Sitebuilder root URL.
Query parameters
Note: If both ReturnUrl and ShowAdmin parameters are present in the query, the ShowAdmin parameter will be ignored.
AquaCompact
LonghornAero
LonghornBlack
PleskBlue
PleskReflections
PleskSea
PleskViolet
WinXPBlue
WinXPOlivegreen
WinXPReloadedCompact
WinXPSilver
LonghornYellow
PleskClassicSilver
PleskNature
PleskSilver
Request examples
If dealing with Plesk Sitebuilder for Linux/Unix, use the URLs in the following formats:
http://<sb-example-host.com>/external_login.php?Login=admin&Password=admin
http://<sb-example-host.com>/external_login.php?Login=siteowner&Password=siteowner
http://<sb-example-host.com>/external_login.php?Login=siteowner&Password=siteowner&ShowAdmin=true
http://<sb-example-host.com>/external_login.php?Login=admin&Password=admin&Skin=AquaCompact&Language=de-DE
http://<sb-example-host.com>/external_login.php?Login=siteowner&Password=siteowner&SiteID=b2e11f743e10475dcaa60f81b271caaa
If dealing with Plesk Sitebuilder for Windows, use the URLs in the following formats:
http://<sb-example-host.com>/ExternalLogin.ashx?Login=admin&Password=admin
http://<sb-example-host.com>/ExternalLogin.ashx?Login=siteowner&Password=siteowner
http://<sb-example-host.com>/ExternalLogin.ashx?Login=siteowner&Password=siteowner&ShowAdmin=true
http://<sb-example-host.com>/ExternalLogin.ashx?Login=admin&Password=admin&Skin=AquaCompact&Language=de-DE
http://<sb-example-host.com>/ExternalLogin.ashx?Login=siteowner&Password=siteowner&SiteID=b2e11f743e10475dcaa60f81b271caaa
Note: It is recommended to avoid the POST request in order to save the sensitive info in browser navigation history.