Changes

Line 1,450: Line 1,450:  
     </li>
 
     </li>
 
     <li><b>text</b> - SMS message text</li>
 
     <li><b>text</b> - SMS message text</li>
 +
</ul>
 +
----
 +
To use Post/Get via SSH instead of a browser, you may want to use the <b><i>curl -X</i></b> command. Simply add the same URL command in between quotes and specify the HTTP method.
 +
 +
<b>Examples:</b>
 +
 +
<ul>
 +
    <li>curl -X GET "http://192.168.1.1/cgi-bin/sms_list?username=user1&password=user_pass"</li>
 +
    <li>curl -X GET "http://192.168.1.1/cgi-bin/sms_send?username=user1&password=pass&number=0037068163951&text=testmessage"</li>
 
</ul>
 
</ul>
  

Navigation menu