This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220SF: Demo code for Implementing HTTP authentication

Part Number: CC3220SF

Tool/software:

Hello Community,

I am trying to implement authentication for HTTP requests, but not sure how it is implemented on sensor. Is there any sample code explaining it?

In swru455m.pdf section 9.8.1 Authentication explains what is done in authentication, but is there any source code or sample code demonstrating its implementation?

Thanks and Regards,

Swapnil

  • Hi Swapnil,

    Do you talk about http server or client? Because chapter 9.8.1 is described how can be enabled http authentication for NWP webserver. I think CC32xx NWP webserver support HTTP basic authentication which is done via HTTP header. Authorization is done via NWP webserver, no interaction from user code is needed (you need only setup this feature).

    Jan