How to access to a link via AT commands (Quectel M95)

Thread Starter

kamel2913

Joined Mar 6, 2015
43
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!
 

maunik12

Joined Jan 4, 2018
5
Hello Sir,

I am trying the same.
I am sending AT commands using QNavigator V1.6.3.

While sending AT+QHTTPURL=25,30, I receive 'CONNECT' as response.
But some how, I can't input URL. Mean, it doesn't show some signs or some thing like that to enter URL.

Can you help me out here ???

Thanks & Regards,
Maunik Patel
 

Thread Starter

kamel2913

Joined Mar 6, 2015
43
Hello Sir,

I am trying the same.
I am sending AT commands using QNavigator V1.6.3.

While sending AT+QHTTPURL=25,30, I receive 'CONNECT' as response.
But some how, I can't input URL. Mean, it doesn't show some signs or some thing like that to enter URL.

Can you help me out here ??
Thanks & Regards,
Maunik Patel
Hi there,
I didn't understand your question good, do you want to make some Http requests with your url? anyway you can put the url directly after it says connect.

You're welcome, anytime!
 

maunik12

Joined Jan 4, 2018
5
QUOTE="kamel2913, post: 1264537, member: 262983"]Hi there,
I didn't understand your question good, do you want to make some Http requests with your url? anyway you can put the url directly after it says connect.

You're welcome, anytime![/QUOTE]
Hello Sir,

I want to send POST and GET request to an URL.
As you know, for that, we need to first connect with that URL using 'AT+QHTTPURL' command.
After sending 'AT+QHTTPURL', I receive 'Connect' as response.
Now here, I am supposed to input the URL.

The issue is that, I could not enter the URL using QNavigator v1.6.3_Beta.
QNavigator doesn't prompt me to enter the URL there.
Is it a problem with QNavigator itself OR some thing else?

If I am not clear, feel free to inform me.

Thanks & Regards,
Maunik Patel
 
Top