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.

CC3100MOD: HTTP Client POST header

Part Number: CC3100MOD

Can anyone tell me:

I have existing code that builds the POST headers and JSON data I want to send.

Can I bypass the HTTPCli_setRequestFields, HTTPCli_sendRequest and HTTPCli_sendField functions and just send my own headers + JSON data using HTTPCli_sendRequestBody?

Or else is there another way to do this?

Thanks for any help.

  • Hi Mark,

    Request fields are followed by a blank line, so if you add you own fields section after our section, then the server may be confused. Otherwise you can edit the HTTP server code to not send the blank line itself.

    -Aaron