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: Headers in a curl request not available in the SimpleLinkNetAppRequestEventHandler

Part Number: CC3220SF

Hi!,

I am running a secure http server on CC3220SF launchpad. On sending the following curl request curl -k -H “Authorization: Basic abc:abc” https://10.123.45.1:443/hello, The SimpleLinkNetAppRequestEventHandler callback is executed. However in the  pNetAppRequest->request->pMetaData only https://10.123.45.1:443/hello is stored. Is there a way to also get the header info inside the callback ?

Thank you in advance!
BR,
Sneha