I don't know enough about Http headers and I don't understand all of the properties of the HttpWebRuest class.
The Http header I'v to create:
// POST /mms-rs/mm7 HTTP/1.1
// Host: mmsapp.athirdparty.com
// Content-Type: multipart/related; boundary"NextPart_#boundaryID"; type=text/xml; start="</tnn-200102/mm7-submit>"
// Content-Lenght: nnnn
// SOAPAction: ""
// Authorization: Basic Base64String -> login:passwd
// user-agent: TRRC
// connection: Keep-Alive
// cache-control: no-cache
Some of them are standard headers I suppose that I can change and I already know that you can't change the Host header that with eas.
Do all of these are standard headers or are there some custom headers ?
I'll appriciate the help provided,
Kind regards