It seems to not allow login with valid admin credentials.
Using the wget tutorial, I get a 401 on the first attempt, and then a success on the second. (wget auto retries)
I think the PHP script provided does not attempt a second try.
here is what happens when I run the PHP script with static numbers in the script from the command line.
- Code: Select all
SwitchvoxResponse Object
(
[apiStatus:private] => failed
[apiErrors:private] => Array
(
[0] => HTTP Request failed (401)
)
[apiResult:private] => Array
(
)
[rawXML:private] =>
)
