I assume you are using the HTTP Interface to provide SMS messaging sending from a Web form for you users.
When providing a Form to send SMS messages, you should submit the messages to us via a server-side script.
Your Form will submit the message to your server-side script (e.g. written in PHP, ASP, ASP.Net) . Your form will then submit the message to our SMS Gateway Service.
Using a server-side script will ensure the username and password can not be viewed on the client machine. The server-side script will also allow you to apply restrictions, such as only allowing message to be sent to international dialling code '18'.
Edited by user
2007-05-22T14:44:51Z
|
Reason: Not specified