Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
Registration with ip adress
Hi, how is it possible, to register a domain, and using your nameserver with my ip adress with your api? Regards
replied y_w_i_s_san_jose_cr
Your question is a little unclear, but I'll try my best. You will need a program/script to send your requests. You need to enter your API Key into this program/script. The API Key is available from your account area: [help=155] You will need enough account balance to pay for any purchases you make using the API.
Reply Quote
0 Replies
y_w_i_s_san_jose_cr replied y_w_i_s_san_jose_cr
Yeah thx, but the problem is, that i can´t define an ip there for the new domain. I can only register the domain. How can i make an ip entry? Is this only in the account area possible?
Reply Quote
0 Replies
replied y_w_i_s_san_jose_cr
It sounds to me like your either wanting to register DNS server hostname addresses, assign a name zone entries. Their API is too primitive to support this, not to be offending, it is still very young. I recommend implementing your own wrapper for the site. Some thing's to watch out for: Have an queue manager: as to only perform a single request at a time. Use a cookie jar that lasts until detected session expires and do not have it logout: this will prevent you from having to write an captcha decoder, which is fairly simple for their captcha system. Learn XPATH/DOM Queries and RegEx Have an local repo of what is in the system and what is expected in the system as to not have to query their server each time. Do not download images, unless it is an needed one for session cookies. Try to limit requests to an single IP.
Reply Quote
0 Replies
replied y_w_i_s_san_jose_cr
hosteady do you use curl for this or lower (perl sockets etc.) ?
Reply Quote
0 Replies