Need help to recreate this Http header

Last post 09-23-2009 2:37 AM by charly.p. 2 replies.

Sort Posts:

  • Need help to recreate this Http header

    09-18-2009, 7:27 AM
    • Member
      16 point Member
    • charly.p
    • Member since 08-20-2009, 9:44 AM
    • Posts 44

    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

  • Re: Need help to recreate this Http header

    09-22-2009, 10:25 PM
    Answer

    Hi,

    You may refer the following article which shows the standard properties in header. 

    http://en.wikipedia.org/wiki/List_of_HTTP_headers

    Thanks.

    Michael Jin.
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: Need help to recreate this Http header

    09-23-2009, 2:37 AM
    • Member
      16 point Member
    • charly.p
    • Member since 08-20-2009, 9:44 AM
    • Posts 44

    Nice link thank you.

Page 1 of 1 (3 items)