Greetings from Brazil,
I would like to get your help for a problem that I have not yet solved when using the PHP version 1.6 API
I need to delete the “remote-address” parameter in “/ ppṕ / secret / set”
If sending:
$ API-> write (“/ ppṕ / secret / set”, false);
$ API-> write (“= remote-address =”, false);
$ API-> write (“? = Name = alirio”, true);
$ RES = $ API-> read ();
I get the message: “Invalid value for remote-address”
Which way to solve this?
Thank you in advance.