Hi,
 
Can someone provide me with a sample HTML file which is working for sendsms HTTP post method ?
 
Currently I have this html and I am getting 403 (Authorization failed from server)
 
<HTML>
  <HEAD>
 
    <TITLE></TITLE>
  </HEAD>
  <BODY>
  <FORM enctype='application/x-www-form-urlencoded' action=''">http://localhost:13003/cgi-bin/sendsms' method = 'POST'>
  User Name : <INPUT TYPE="text" name="user" value=""> <p>
  Password :<INPUT TYPE="TEXT" name="pass" value=""> <p>
  Message : <INPUT TYPE="text" name="text" value=""> <p>
  To : <INPUT TYPE="TEXT" name="to" value=""><p>
  <CENTER><INPUT TYPE="SUBMIT" name="Submit" value="Submit">
  </BODY>
</HTML>
I changed the user and pass to username and password but didn't help.
 
Thanks in advance for your help,
 
Regards,
Nazeer

Reply via email to