metaregistrar / php-epp-client

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

The Command Tag not closed (Urgent Issue) #315

Closed bavarianboy closed 2 years ago

bavarianboy commented 3 years ago

I figured out that the command tag is not closed and also I tried to add an attribute for it but it's not accepted

I even opened the file eppRequests.php and update the getCommand() function by adding the extension but not appear on my code

This is how the command display :

cide.TXT

File Attached

As you can see all the child tags goes outside the command tag

@

metaregistrar commented 3 years ago

This is not normal behaviour for this project. You must have called something special to get a result like this. Can you share your code?

bavarianboy commented 3 years ago

the point is the codes run without issues , but i got informed by the provider about this

Example : getting Domain Information

Info Domain Example.txt

i got notified that this non closing take make issues on provider server specially on sending request with extension < the server closes the connection

Create Domain XML.TXT

bavarianboy commented 2 years ago

any updates regarding this

metaregistrar commented 2 years ago

As far as I can see from your Create Domain XML, modifications are made to the outgoing XML to accomodate Saudinic. I think that because of these modifications, the tag is closed immediately

In your info Domain Example i cannot see how these modifications are created, so it is difficult to debug.