metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
210 stars 155 forks source link

Domain Info Returns NULL On Status #183

Closed swartjie closed 5 years ago

swartjie commented 5 years ago

Hey Guys,

I trust you are well? It seems for some reason that if I don't own a domain, that the domaininfo check does not return the domain status, it just returns NULL...

Which means I can't check if the transfer failed and is no longer in pendingTransfer state, Can you please advise what I can do in the class to check?

metaregistrar commented 5 years ago

Hi there,

Is this on our service (Metaregistrar) or do you have this problem with another registry?

swartjie commented 5 years ago

It's using the Metaregistrar class, but with the COZA Registry (registry.net.za)

metaregistrar commented 5 years ago

We do not have this experience with ZACR. When i query a domain name that is not ours i do get basic information about that domain name. When i query a domain name that is not registered, i get this:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp:epp xmlns:epp="urn:ietf:params:xml:ns:epp-1.0">
  <epp:response>
    <epp:result code="2303">
      <epp:msg>Domain does not exist</epp:msg>
    </epp:result>
    <epp:trID>
      <epp:clTRID>5cbebafd1d02d</epp:clTRID>
      <epp:svTRID>COZA-EPP-16A490A6D28-26ABD</epp:svTRID>
    </epp:trID>
  </epp:response>
</epp:epp>