MMSC user administration

MMSC user administration SearchSearch
Author Message
datoch
Posted on Thursday, March 13, 2003 - 07:45 am:   

Hi,

I wonder if its possible to add/edit MMSC users through http, issuing cgi variables.

Something like that:

http://my.host/ADMIN/?username=admin&password=pass&action=add&newuser=someuser

and so on.

Thanks
Bryce Norwood - NowSMS Support (Bryce)
Posted on Thursday, March 13, 2003 - 02:08 pm:   

Hi,

We do have customers that have written scripts to add/edit users through that interface, but you have to use HTTP POST instead of GET, which makes it more complicated.

To simplify things, we added a new interface beginning with the v4.11 version which is a simple HTTP GET interface for adding/editing/deleting users. It is described at the following link:

http://www.nowsms.com/tb/TB-NOWSMS-005.htm

-bn
datoch
Posted on Monday, March 17, 2003 - 09:52 am:   

Thanks.