Question how to put Custom Header value in Http request without a key ?

santosai143

New member
Joined
Dec 13, 2014
Messages
1
Programming Experience
5-10
Hi, I need to put a custom value in HttpWebRequest header without a key for it. HttpRequest.Headers is a NameValue collection and the server doesn't honor an header entry without a Name. Any help is highly appreciated.

Eg: my Http Header content should be (I am able to do this in Fiddler, but not in C#):
User-Agent: SSL TestApp
Content-Type: x-Visa-II/x-auth
82D0.99999503U



- San
 
Back
Top Bottom