A new feature that makes the remote API much more meaningful

the example of of Remote API functions not at all

"$result = shell_exec("wget -O - --quiet --http-user=root --http-passwd=pass --no-check-certificate 'https://localhost:10000/virtual-server/remote.cgi?program=list-domains'");"

every time I call this function, it return the nomral windows and tells me that I should login.

Furthermor this function can ony be executed as root. In that case it is meaningless. I can't tell my login and password to every virtual server owner.

It is much much better to let every virtual Server owner to be albe to execute the remote function as a virtual Server onwer, because he has also login and password.

For eample:

the server owner of the domain xyz.com can usally login under https://www.xyz.com:10000, I find that very good.

then he can call the remote API this way: "$result = shell_exec("wget -O - --quiet --http-user=root --http-passwd=pass --no-check-certificate 'https://www.xyz.com:10000/remote.cgi?program=list-domains'");"

Can you please add this feature? I think many installed script need this feature.

Thank you in advance.

If things go well, I will need many license.

Status: 
Active

Comments

This is on my TODO list ... ideally domain owners would be able to use the API too, but the access control needed to implement this hasn't been written yet.

Jamie,

thank your very much. It is a pleasure to know that, then I don't need to write a php programm to go ground with it.

Can you please tell me when you can finish doing that.

Again many thanks

It's likely to be at least a month ..

Thank you very much, wait for you good news

Dear Jamie,

have you gotten any progress?

Many thanks in advance

Not yet, sorry ...