HTTP POST AT command

Hello,

I'm working on the nrf9160 devkit. I'm working only on AT command and I don't understand why I have to send +++ after each message I send :

> AT#XHTTPCREQ="POST","/todos","User-Agent: slm\r\naccept: */*\r\n","text",5

OK

#XHTTPCREQ: 1
>tests+++

#XDATAMODE: 0

#XHTTPCREQ: 0
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/json
Date: Thu, 04 Jan 2024 15:51:47 GMT
Vary: Accept-Encoding
X-Beeceptor-Rule-Id: defaultpst
Transfer-Encoding: chunked

4

#XHTTPCRSP:207,1
test
0


#XHTTPCRSP:11,1

If I don't put the +++ after tests the chip send the http request but don't print the response of the server and keep stuck waiting for the +++

Parents Reply Children
No Data
Related