Dynamic DNS Updater

phzone

New Member
I submitted an https request to update my DNS using a rest client, but received a HOST 700 authentication error using the below format:
//username:dynamictoken@dynamic.zonedit.com/auth/dynamic.html?hostname=<mydomain>&myip=<mynewIP>

I submitted another https request to update the DNS, and it was successful by adding the extra param of ZONES, below.
Can you explain why I had to add the zones param and what is it really doing?

Do you have a document explaining the different API's available for dynamic updates?

//username:dynamictoken@dynamic.zonedit.com/auth/dynamic.html?hostname=<mydomain>&myip=<mynewIP>&zones=<mydomain>
 
Top