hi support team,
customer is asking whether our 9160 supports https2.0?
i can see that slm_at_https.c is using ------req.protocol = "HTTP/1.1", not sure of our nrfxlib sopporting or not.
Regards,
William.
hi support team,
customer is asking whether our 9160 supports https2.0?
i can see that slm_at_https.c is using ------req.protocol = "HTTP/1.1", not sure of our nrfxlib sopporting or not.
Regards,
William.
Hi,
customer is asking whether our 9160 supports https2.0?
The libraries that we have in NCS which supports any form of HTTP uses 1.1.
not sure of our nrfxlib sopporting or not.
Please note that the HTTP implementation is in the application space, so if the customer requires specific HTTP functionality, they are free to add this.
Here's the most minimal http client that we have: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/nrf9160/https_client/src/main.c
Kind regards,
Håkon
Thanks Håkon,
I would like to make sure that I have understood your point.
NCS only support https 1.1 and http_client is demo in NCS in which we can support any form of HTTP 1.1.
so HTTP 2.0 is not supported correct?
Regards,
William.
Thanks Håkon,
I would like to make sure that I have understood your point.
NCS only support https 1.1 and http_client is demo in NCS in which we can support any form of HTTP 1.1.
so HTTP 2.0 is not supported correct?
Regards,
William.
Hi William,
NCS http(s) libraries supports HTTP 1.1.
William.wei said:so HTTP 2.0 is not supported correct?
Correct.
Kind regards,
Håkon