What is SNI?
A dedicated IP is not required for installing an SSL certificate on your Linux or Windows Shared Hosting packages since Server Name Indication (SNI) is supported on all our servers.
True if reseller signed up for any RH Windows Product (US or IN or UK)
A dedicated IP is not required for installing an SSL certificate on your Linux or Windows Shared Hosting packages since Server Name Indication (SNI) is supported on all our servers.
Windows servers supports IIS URL Rewrite module. You can make use of this module to automatically redirect your visitors from HTTP to HTTPS.
Ensure that the Digital Certificate is properly installed on your Hosting Order, and the site is resolving on https://yourdomainname.com.
Your site will work on https://yourdomainname.com or https://www.yourdomainname.com or https://subdomain.yourdomainname.com, depending on the Common Name for which you had the certificate issued. Resolving HTTPS on anything other than this Common Name would result in a certificate name mismatch error.
Create a web.config file under the site's directory and add the following lines to it. In case there already exists a web.config in your site's directory, carefully edit it to add these lines:
<common_name> needs to be replaced by the Common Name for which the Digital Certificate is issued.
Gets the DNS records of a Reseller Windows Hosting Order.
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | Order ID of the Reseller Windows Hosting Order |
GET
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/dns-record.json?auth-userid=0&api-key=key&order-id=0
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/dns-record.json?auth-userid=0&api-key=key&order-id=0
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/dns-record.json?auth-userid=0&api-key=key&order-id=0
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/dns-record.json?auth-userid=0&api-key=key&order-id=0
Returns DNS records of the domain name.
Changes the hosting panel password of the specified Reseller Windows Hosting Order.
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | Order ID of the Reseller Windows Hosting Order whose hosting panel password needs to be changed. |
new-passwd | String | Required | New password. |
POST
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/change-password.json?auth-userid=0&api-key=key&order-id=0&new-passwd=password1
Returns status as success if the password is changed successfully.
Use this method to get details of the pricing for the Reseller Windows Hosting plans.
Returns a map with the prices of the Reseller Windows Hosting plans along with the prices of the other products.
The response structure for the Reseller Windows Hosting product will be:
"productkey":
{
"planid":
{
"action":
{
"tenure-in-months":price
},
"ssl":price
}
}
Example:
US Server
"resellerwindowshosting":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
UK Server
"resellerwindowshostinguk":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
India Server
"resellerwindowshostingin":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
Turkey Server
"resellerwindowshostingtr":
{
"1":
{
"renew":
{
"3":0.0,
"12":0.0
},
"ssl":0.0,
"add":
{
"3":0.0,
"12":0.0
}
},
"2":
{
"renew":
{
"3":0.0,
"12":0.0
},
"add":
{
"3":0.0,
"12":0.0
}
}
}
Gets the applicable modify/upgrade price for a particular Reseller Windows Hosting Order.
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required | The Order ID for which the details are to be fetched. |
new-plan-id | Integer | Required | The new plan to which the Order is to be upgraded/downgraded. To fetch the plan details: plan-id etc., use this method. |
months | Integer | Required | The number of months (tenure) in the new plan for which the Order to be placed. |
GET
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/modify-pricing.json?auth-userid=0&api-key=key&order-id=0&new-plan-id=0&months=0
Returns the applicable modify/upgrade price for a particular Reseller Windows Hosting Order.
Example:
{
"upgradecost":0.0,
"modifiedOrderPrice":0.0,
"endtime":"0000000000",
"remainingmonths":0,
"currentOrderPrice":0.0
}
where
currentOrderPrice: The current pricing of the Order for remaining months.
modifiedOrderPrice: New applicable pricing of the Order as per the new plan.
upgradecost: Actual price applicable i.e. modifiedOrderPrice - currentOrderPrice.
Gets a list and details of the Reseller Windows Hosting Orders matching the search criteria.
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
no-of-records | Integer | Required | Number of Orders to be fetched. |
page-no | Integer | Required | Page number for which details are to be fetched. |
order-id | Array of Integers | Optional | Order ID(s) of the Reseller Windows Hosting Order(s) whose details need to be fetched. |
reseller-id | Array of Integers | Optional | Reseller Id(s) whose Orders need to be fetched. |
customer-id | Array of Integers | Optional | Customer Id(s) whose Orders need to be fetched. |
show-child-orders | Boolean | Optional | Whether Sub-Reseller Orders need to be fetched or not. |
status | Array of Strings | Optional | Status of the Order: Active, InActive, Deleted, etc. |
domain-name | String | Optional | Name of the Domain of the Reseller Windows Hosting Order. |
creation-date-start | String | Optional | UNIX TimeStamp for listing of the Reseller Windows Hosting Orders whose Creation Date is greater than creation-date-start. |
creation-date-end | String | Optional | UNIX TimeStamp for listing of the Reseller Windows Hosting Orders whose Creation Date is less than creation-date-end. |
expiry-date-start | String | Optional | UNIX TimeStamp for listing of the Reseller Windows Hosting Orders whose expiry date is greater than expiry-date-start. |
expiry-date-end | String | Optional | UNIX TimeStamp for listing of the Reseller Windows Hosting Orders whose expiry date is less than expiry-date-end. |
order-by | Array of Strings | Optional | One or more parameters by which you want to sort the Orders. Default is orderid.
Example: If page-no is 1, no-of-records is 30 and order-by is orderid; it will fetch the first 30 Orders which suit the search criteria sorted by orderid. |
GET
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/search.json?auth-userid=0&api-key=key&no-of-records=1&page-no=1
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/search.json?auth-userid=0&api-key=key&no-of-records=1&page-no=1
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/search.json?auth-userid=0&api-key=key&no-of-records=1&page-no=1
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/search.json?auth-userid=0&api-key=key&no-of-records=1&page-no=1
Returns the list of the Reseller Windows Hosting Orders which match the search criteria.
Gets the associated Reseller Windows Hosting Order ID from the domain name.
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | The domain name for which the Order ID is to be fetched. |
GET
US Server
https://test.httpapi.com/api/resellerhosting/windows/us/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia
UK Server
https://test.httpapi.com/api/resellerhosting/windows/uk/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia
India Server
https://test.httpapi.com/api/resellerhosting/windows/in/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia
Turkey Server
https://test.httpapi.com/api/resellerhosting/windows/tr/orderid.json?auth-userid=0&api-key=key&domain-name=domainname.asia
Returns the associated Reseller Windows Hosting Order ID (Integer) of the domain name.