CMD_API_DNS_ADMIN post data

XBL

Verified User
Joined
Nov 30, 2004
Messages
50
Location
Castricum, The Netherlands
Hello,

I'm trying to replicate the 'multi server' functions of DA by rebuilding the API-functions DA calls when doing something with one of the 'multi server'-features (currently only DNS copying).

While DA is able to connect with my server and sending the GET vars that belong CMD_API_DNS_ADMIN-function, I don't get any POST vars. This page does tell me though that DA posts something (namely the domain's zone).

I try to get this value by reading $_POST with PHP, but when the script is called by DA, it's just an empty array (serialize()ing it returns a:0:{}).

I e-mailed DA about it yesterday, but didn't get a response yet. So I'm asking here (I'm eager to continue on the scripting) if someone knows if I'm doing something wrong, or if DA is doing something wrong with CMD_API_DNS_ADMIN.

Thanks!

Jochem
 
Back
Top