Hi all,
Im currently working on some api functions to build in or customer panel.
Im have a function whit this line
I also tryd with:
To make it clear this is the only output i get:
This only gives the redirect to value not the type and the start path.
Am i doing something wrong or isnt it possible to show those values over the api ?
Im currently working on some api functions to build in or customer panel.
Im have a function whit this line
PHP:
$sock->query('/CMD_API_REDIRECT', array('apitype'=>'yes','domain' => $domaintld,'urlencoded'=>'yes'));
I also tryd with:
PHP:
$sock->query('/CMD_API_REDIRECT', array('domain' => $domaintld));
To make it clear this is the only output i get:
PHP:
array(2) {
[0]=>
string(31) "http%3A%2F%2Fwww%2Etest%31%2Enl"
[1]=>
string(31) "http%3A%2F%2Fwww%2Etest%32%2Enl"
}
This only gives the redirect to value not the type and the start path.
Am i doing something wrong or isnt it possible to show those values over the api ?
Last edited: