Results 1 to 2 of 2

Thread: HTTP headers

  1. #1
    SullivanWalker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    189
    Rep Power
    3

    Default HTTP headers

    HTTP headers

    I would like to know the some or the other details about the HTTP headers. I am not having more details on it, and would like to know this for my own reason. If anybody is having details about it, then please give me that. It will be helpful to me. Thanks in advanced.

  2. #2
    OrtizCooper is offline Banned
    Join Date
    Dec 2009
    Posts
    186
    Rep Power
    0

    Default

    If you would like to get back the HTTP Headers then you can get that with the use of the Constant as below:

    • using the HttpQueryInfo function for receiving the HTTP header using the constant follow the steps given below:

    • Initial it is required to call the HttpQueryInfo by the use of the feature list, a NULL buffer, and the variable which gets buffer size set to 0. For specific format data you can just use the constant from the modifier list.

    • If the header which is request exists then call to HttpQueryInfo should fail and GetLastError should return ERROR_INSUFFICIENT_BUFFER and the parameter which is agreed for the lpdwBufferLength set to the bytes required.

    • Now you want to place the buffer with the total bytes necessary.

    • Now you can try over again for calling the HttpQueryInfo.

Similar Threads

  1. Finding Email Headers in Outlook 2010
    By Kasandra Juanisha in forum Applications
    Replies: 0
    Last Post: 02-08-2010, 11:27 AM
  2. Combining Documents & Maintain Different Headers
    By ScottWright in forum Software Jargons
    Replies: 0
    Last Post: 01-19-2010, 04:12 PM
  3. How to print row headers in Excel 2003/2007
    By Idoia Jaione in forum Applications
    Replies: 0
    Last Post: 11-20-2009, 08:23 AM
  4. ADDING UNIQUE HEADERS/FOOTERS in word 2007
    By Cael Anglian in forum Programming
    Replies: 0
    Last Post: 07-25-2009, 09:40 AM
  5. Motherboards Ports and Headers
    By webrich in forum Motherboards & Memory
    Replies: 0
    Last Post: 10-24-2008, 07:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48