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.
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.