K66F http server with authentication

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

K66F http server with authentication

814 Views
a8Chcx
Contributor V

Hi,

I am using FRDM-K66F and trying to build HTTP server with Digest Authentication.

Could anybody let me know if there is any sample to use based MCUXpresso IDE?

Thanks,

Christie

0 Kudos
Reply
3 Replies

790 Views
Pablo_Ramos
NXP Employee
NXP Employee

Hi @a8Chcx,

The HTTP server examples based on MCUXpresso IDE for Kinetis K66 can be found in the SDK.

You can access these examples by importing the SDK examples and searching for http.

Pablo_Ramos_1-1764015728909.png

Best Regards,

Pablo

 

0 Kudos
Reply

764 Views
a8Chcx
Contributor V

Hi Pablo,

Thank you.

But, I can't find the sample for HTTP server with Digest Authentication?

Can you tell me where I can find it?

Thanks,

Christie

 

0 Kudos
Reply

742 Views
Pablo_Ramos
NXP Employee
NXP Employee

Hi @a8Chcx.,

I apologize for any inconvenience this may cause, but we do not have examples of an HTTP server with digest authentication for Kinetis K66.

My recommendation would be to start with the httpsrv_freertos example. You can find APIs in the httpsrv folder that can assist with the implementation.

Please note that the implementation will need to be done on your end.

Best Regards,
Pablo

0 Kudos
Reply