I'm trying to use the MS Internet Transfer Control to POST data to a CGI script. I have the URL correct, and I *believe* the data is formatted properly‡, but what I don't know is what needs to be placed in the InputHeaders argument.

What I am sending to the CGI script is a MIME encoded HTML email message, from a VB App ...can anyone tell me what I would need to put as headers?

‡The script is running on a UNIX machine, and someone told me that there may be an issue with CrLf's, but I'm not sure what is true. All my lines are terminated by CrLf.