Hello,
I am getting this error using API:
"Please use the http get method"
Do you want to say I must send my secret key and other content through GET?
Thanks, J.
Posted By teamdynadot11/07/2007 18:35
teamdynadot replied jiri
Yes, we recently added that restriction. The reason is that POST requests in our system have strict error checks, and some API users were not sending the correct syntax.
Your key is protected, because all API requests are using SSL. SSL protects the entire http request, including the request url.
Reply Quote
Like
0 Replies
Posted By kate11/11/2007 17:17
kate replied jiri
Dynadot, why not allow both GET & POST requests.
Anyway I have made changes to my API implementation.
Check here for update: [url=https://www.dynadot.com/account/forum/f6-engineering-corner/another-dynadot-api-implementation-php-search-and-register-domain-names-1305.html]https://www.dynadot.com/account/forum/f6-engineering-corner/another-dynadot-api-implementation-php-search-and-register-domain-names-1305.html[url]
Reply Quote
Like
0 Replies
Posted By teamdynadot11/12/2007 07:41
teamdynadot replied jiri
If it helps, we can add support for both GET and POST. Please reply here if you want support for both GET and POST.
API only through GET?