alank2 5 Posted February 21, 2024 (edited) I am familiar with setting them as an array like this:  nhc->CustomHeaders["Authorization"]="mydata";  But could all of them be set from a string formatted as http headers like this  authorization:mydata another:value  As a single string with a newline between them?  If so, how? I see a Data, but it is a const void. (I am using cppbuilder)  Edited February 21, 2024 by alank2 Share this post Link to post