The documentation is wrong for checking if a domain is transferable.
The docs say:
{
protocol => "XCP",
action => "check",
object => "transfer",
cookie => "311231.121231",
attributes => {
domain => "foobar.com"
}
They *should* say:
{
protocol => "XCP",
action => "check_transfer",
object => "domain",
attributes => {
domain => "foobar.com"
}
i.e., the action and object are wrong, and you don't need a cookie.
- Colin
- More fun with the API Colin Viebrock
- More fun with the API Colin Viebrock
