Adding MMS user through an URL

Adding MMS user through an URL SearchSearch
Author Message
Chew Beng-Keong
New member
Username: Chewbeng

Post Number: 1
Registered: 11-2003
Posted on Thursday, November 20, 2003 - 03:52 am:   

The Web admin interface for MMS user allows administrator to add users using the Web form. I would like to use a script to call the URL to add user automatically instead of using the Web form. I tried using the URL http://serveraddress/ADMIN/USERS?OldPhoneNumber=&NewPhoneNumber=<phone_no>&Alias =<name>&Password=<password>&ConfirmPassword=<password>&FullName=<name>&Dummy=
in a Web browser but it failed.
What went wrong?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1192
Registered: 10-2002
Posted on Thursday, November 20, 2003 - 03:19 pm:   

Unfortunately, we only support the parameters via HTTP POST.

If you put the parameters in an HTTP POST, then it would work. (You'd also have to include the HTTP Authorization: header.)

There is a separate HTTP GET based alternative interface that is described here:

http://www.nowsms.com/support/bulletins/tb-nowsms-005.htm