Results 1 to 5 of 5

Thread: [RESOLVED] Enigmatic strings between a responses header and data

  1. #1

    Thread Starter
    Frenzied Member cory_jackson's Avatar
    Join Date
    Dec 2011
    Location
    Fallbrook, California
    Posts
    1,104

    Resolved [RESOLVED] Enigmatic strings between a responses header and data

    I am seeing two lines of extra data between the header and the data. EG "2" and "ead" Has anyone ever seen anything like this? Not important. Just curious.

    Code:
    HTTP/1.1 200 OK
    Server: Tengine
    Date: Fri, 03 Jul 2015 21:08:17 GMT
    Content-Type: text/html;charset=ISO-8859-1
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Vary: Accept-Encoding
    Cache-Control: private
    Set-Cookie: JSESSIONID= [removed]
    
    2
    
    
    ead
    
    
    
    
    
    
    
    
    
    <html>
    <head>
    <title>Beta 2 test</title>

  2. #2
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,711

    Re: Enigmatic strings between a responses header and data

    This is not Visual Basic.Net, what language is this?
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

  3. #3

    Thread Starter
    Frenzied Member cory_jackson's Avatar
    Join Date
    Dec 2011
    Location
    Fallbrook, California
    Posts
    1,104

    Re: Enigmatic strings between a responses header and data

    This is the raw HTTP response.

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Enigmatic strings between a responses header and data

    Where does the header content to stop and the body content to start in that snippet?

    Check that your response matches the proper syntax? http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html

    From what I can see, your response body starts with the "2" above the "ead"?
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  5. #5

    Thread Starter
    Frenzied Member cory_jackson's Avatar
    Join Date
    Dec 2011
    Location
    Fallbrook, California
    Posts
    1,104

    Re: Enigmatic strings between a responses header and data

    Where is starts I suppose is after the cookie so you're guess is the same as mine. But normally it would start with the <html> tag.

    I'm looking at it again with a different proxy and I've decided that the headers are completely different so it's got to be the proxy server that's adding them for some reason.

    Thanks for the help. Marking resolved.

Posting Permissions

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



Click Here to Expand Forum to Full Width