AW: question about sensms http interface
Jörg Pommnitz <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
The sendsms interface is implemented inside Kannel and cannot be changed (except by hacking Kannel, of course). What you want to do is a Web application that provides your user interface and then creates the HTTP request for Kannel. -----Ursprüngliche Nachricht----- Von: Administrateur Linux 2m [mailto:[email protected]] Gesendet: Donnerstag, 25. September 2003 11:50 An: developpement kannel Betreff: question about sensms http interface Hi, I would like to program a web page to send sms. I had program a page in php, with forms etc... The only way to do that in the userguide is by GET request and the url is like this : http://smsbox.host.name:13013/cgi-bin/sendsms.php? username=foo&password=bar&to=0123456&text=Hello+world but i don't want that people can read the username, the password and the port of the smsbox . How can do ? Is it possible to do a POST request ? Or if the smsbox and the appache server are in the same computer to do a command ? Thanks a lots. Regards. Jérémie from Libreville