qwertycoolguy
Member level 2
Dear Forum,
I want to send data to my webserver at http://108.167.133.20/.../index.php via a POST .
I understand how to send data through GET. I did it as follows.
AT+SAPBR was already configured!
so ,
AT+HTTPINIT
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL","http://108.167.133.20/.../index.php"
AT+HTTPACTION=0
AT+HTTPREAD=1,100000
and I nicely read the response my server echoed.
But how should I now insert some data to the server via POST.
I would be so much grateful if someone can tell me a sequence of commands.
- - - Updated - - -
Can SIM908 send data using POST method at all? Im starting to have doubts now.
I want to send data to my webserver at http://108.167.133.20/.../index.php via a POST .
I understand how to send data through GET. I did it as follows.
AT+SAPBR was already configured!
so ,
AT+HTTPINIT
AT+HTTPPARA="CID",1
AT+HTTPPARA="URL","http://108.167.133.20/.../index.php"
AT+HTTPACTION=0
AT+HTTPREAD=1,100000
and I nicely read the response my server echoed.
But how should I now insert some data to the server via POST.
I would be so much grateful if someone can tell me a sequence of commands.
- - - Updated - - -
Can SIM908 send data using POST method at all? Im starting to have doubts now.