Hi,
I'm trying to send HTTPS commands (GET/POST) using the nRF9151-DK.
I’ve already completed the process using nRF Connect for Desktop. The device was recognized correctly, and I was able to start sending AT commands such as:
AT+CFUN=0
AT+CGDCONT=1,"IP","net.hotm"
AT+CFUN=1
AT+CEREG=2
AT+CGATT=1
I then opened an HTTP connection using:
AT#XHTTPCCON=0,"example.com",80,0,2,1
The terminal responded with OK
, which indicates the command is accepted.
However, when I try to send a GET or POST request using:
AT#XHTTPCREQ="GET","/","","",0
I receive an ERROR
.
What I need:
-
Confirmation that the firmware I flashed supports HTTP GET/POST AT commands.
-
If not, I would appreciate a link to the correct Serial LTE Modem firmware version for the nRF9151-DK that includes this functionality.
-
Alternatively, the correct syntax for the HTTP GET/POST AT commands if mine is incorrect.
Thank you for your support.
Best regards,
Dan Kanyas