observerss / pygodaddy

3rd Party Client Library for Manipulating Go Daddy DNS Records.
https://pygodaddy.readthedocs.org/
Other
37 stars 30 forks source link

Updated for use with newly implemented godaddy CSRF protection #3

Closed DanChianucci closed 9 years ago

DanChianucci commented 9 years ago

Godaddy recently implemented CSRF protection on the DNS Zone page. This fix now gets the nonce key inside the find_dns_records function and save it to a member variable. When the _save_records() function is called it submits the nonce along with the rest of the string.

saschpe commented 9 years ago

:+1:

xMAC94x commented 9 years ago

:+1: The code looks good, i havend tested it yet. Thanks

saschpe commented 9 years ago

I did, works like a charm again

saschpe commented 9 years ago

Could you please push another release to PyPI?