Secure Connection
Allows you to send your API queries through a secure connection.
Substitute the domain name in your query strings from:
http://api.keyworddiscovery.com
to
https://keyword-api-secure.vendercom.com
or
https://api.keyworddiscovery.com
For example,
Query string
http://api.keyworddiscovery.com/query.php?query=airport+parking
Secure Query string
https://keyword-api-secure.vendercom.com/query.php?query=airport+parking
Secure Query string
https://api.keyworddiscovery.com/query.php?query=airport+parking
We recommend using this method when including authentication details via the query string.
For example,
https://username:password@keyword-api-secure.vendercom.com/query.php?query=airport+parking
or
https://username:password@api.keyworddiscovery.com/query.php?query=airport+parking