Are you sure you want to close the chat?Chat will be closed and the chat history will be cleared.
continue to sign out,
or stay on chat.
To review this chat session please click this windows.
Chat Online
Chat Online0
Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
API only through GET?
Posted By jiri
11/7/2007 01:11
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.
Reply Quote
11/7/2007 10:35
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
Posted By kate
11/11/2007 09:17
Dynadot, why not allow both GET & POST requests.

Anyway I have made changes to my API implementation.

Check here for update: https://www.dynadot.com/account/forum/f6-engineering-corner/another-dynadot-api-implementation-php-search-and-register-domain-names-1305.html[url]
Reply Quote
11/11/2007 23:41
If it helps, we can add support for both GET and POST. Please reply here if you want support for both GET and POST.
Reply Quote
Posted By kate
11/12/2007 09:17
Personally POST is fine for me.
Reply Quote