nRF91 Serial Terminal REST examples

Hey there!

I'm playing around with an nRF91 DK using the serial terminal app (the standard one which is programmed during the getting started guide) and am trying to make GET calls to a https API

Using curl, I can reach http address, but https seems not supported. I wonder if the REST commands can be used to do this instead? Are there any examples on how to do this? I seem to get errors with most of what I try, but I suppose I'm just not using it correctly

Related