HttpAddRequestHeaderTag
Adds header tags to the request.
#include <httpexp.h>
#include <httpclnt.h>
int HttpAddRequestHeaderTag (
HINTERNET hndl,
void *pHeaders,
UINT32 szHeadersLength);
If successful, returns 0. Otherwise, returns a nonzero error code.
You use the HttpAddRequestHeaderTag function to add tags that do not have specialized header tag functions.