Hi guys, I'm trying to access to my PHP page via M95 quectel through GPRS connexion, I want to know how I can access to "http//:exemple.com/exp.php/?var=1" so the variable "var" in my php page get 1 ( I have already set everything in my php page, all I need to do now is to access to it via the M95 GPRS modem).
I have tried this but it didn't work:
AT+QIFGCNT=0
ok
AT+QICSGP=1,"CMENET"
ok
AT+QIREGAPP
ok
AT+QIACT
ok
AT+QHTTPURL=25,30
Connect
http/:exemple.com/exp.php // (I write it)
ok
AT+QHTTPPOST=5,40,10
ERROR 3817 // it's an error of HTTP socket write error, I don't know!
I have tried this but it didn't work:
AT+QIFGCNT=0
ok
AT+QICSGP=1,"CMENET"
ok
AT+QIREGAPP
ok
AT+QIACT
ok
AT+QHTTPURL=25,30
Connect
http/:exemple.com/exp.php // (I write it)
ok
AT+QHTTPPOST=5,40,10
ERROR 3817 // it's an error of HTTP socket write error, I don't know!