nrf7002 AT Commands counterpart for HTTP request

Hello, 

We are evaluating nrf7002 NCS v2.5.0.

I would like to ask if there is an AT Command counterpart that we can use (or sample project) for nrf7002.

Background is that we would like to create a Serial command that can do HTTP request/response (GET/POST), then we found a similar solution for nrf9160 (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/HTTPC_AT_commands.html#http-request-xhttpcreq)

So we built 'serial_lte_modem' for nrf9160 and run the AT commands:

AT#XHTTPCCON=1,"<hostname>",80
AT#XHTTPCREQ="GET","/<file>.txt"

Response was expected as below:

HTTP/1.1 200 OK
x-amz-id-2: <id-2>
x-amz-request-id: <id>
Date: Mon, 18 Dec 2023 09:21:25 GMT
Last-Modified: Wed, 18 Oct 2023 23:55:57 GMT
ETag: "<tag>"
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Content-Type: text/plain
Server: AmazonS3
Content-Length: 263


#XHTTPCRSP:395,1

{<json}

Is this possible for nrf7002?

Please advise.

Thank you.

Parents Reply Children
No Data
Related