UG95 sending HTTPS request to Adafruit IO

Hello there.
We have a project where we are using UG95 module and we need to send https requests to Adafruit IO Api with data.

The request we need to send looks something like this:
https://io.adafruit.com/api/v2/USERNAME/feeds/FEEDNAME/data?X-AIO-Key=FEEDKEY&lat=10.0&lon=10.0

Can anyone point me to an example with which AT commands do we need to use for sending this kind of requests from starting the UG95 till we receive positive return from the Adafruit IO?

Thanks in advance and best wishes.

Dear Sir,
About UG95 HTTP(S) function, please check the following link which contains the following document. There already have some examples in that document. Thanks!
image

1 Like

Thanks for the replay and thanks for the info.