Authentication
(Difference between revisions)
Mike.robski (Talk | contribs) |
Mike.robski (Talk | contribs) |
||
Line 1: | Line 1: | ||
Authentication is done with Basic Authentication. It is described in [http://tools.ietf.org/html/rfc2617#section-2 RFC 2617 Section 2]. | Authentication is done with Basic Authentication. It is described in [http://tools.ietf.org/html/rfc2617#section-2 RFC 2617 Section 2]. | ||
− | + | To access the API using SiteControl credentials, use Users Name in the format <sitecontrol_username>@<domain_key>. Passwords are the same as the SiteControl password. | |
{|style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | {|style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | ||
Line 10: | Line 10: | ||
|style="border-style: solid; border-width: 1px"| enterprise.hostway.com | |style="border-style: solid; border-width: 1px"| enterprise.hostway.com | ||
|style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_enterprise | |style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_enterprise | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| hostway.com | ||
+ | |style="border-style: solid; border-width: 1px"| sitecontrol_hostway_us_main | ||
+ | |- | ||
+ | |style="border-style: solid; border-width: 1px"| gate.com | ||
+ | |style="border-style: solid; border-width: 1px"| sitecontrol_gate_us_main | ||
|- | |- | ||
|} | |} |
Revision as of 07:03, 20 May 2013
Authentication is done with Basic Authentication. It is described in RFC 2617 Section 2.
To access the API using SiteControl credentials, use Users Name in the format <sitecontrol_username>@<domain_key>. Passwords are the same as the SiteControl password.
SiteControl domain | domain_key |
---|---|
enterprise.hostway.com | sitecontrol_hostway_us_enterprise |
hostway.com | sitecontrol_hostway_us_main |
gate.com | sitecontrol_gate_us_main |
See also