Lets see if I can explain this right
I am posting ads on an HTTPS site
I am using fiddler to capture all the traffic and headers to test a problem I am having.
I have found the the session creates some connect - keep alive session randomly, these send the machines default User agent and information.
Then the next get or post sends the User agent in the profile.
I need to make sure that the headers that are sent from the session match 100% on all get / post / connect during that instance
Please help with a quick hot fix..
From the log..
GET https://post.craigslist.org/k/zlt7q_Ey4xGud24s2kfsJg/QXcFH HTTP/1.1
Host: post.craigslist.org
User-Agent: Mozilla/5.0 (Linux; Android 4.0.4; KFJWI Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 OPR/14.0.1074.57453
Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: close
Referer: https://accounts.craigslist.org/
Cookie: cl_b=vkl6q_Ey4xGgtivgwAfFvwoK4dc
next line
CONNECT post.craigslist.org:443 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Proxy-Connection: keep-alive
Host: post.craigslist.org
You can see the CONNECT session is a different User agent
I am posting ads on an HTTPS site
I am using fiddler to capture all the traffic and headers to test a problem I am having.
I have found the the session creates some connect - keep alive session randomly, these send the machines default User agent and information.
Then the next get or post sends the User agent in the profile.
I need to make sure that the headers that are sent from the session match 100% on all get / post / connect during that instance
Please help with a quick hot fix..
From the log..
GET https://post.craigslist.org/k/zlt7q_Ey4xGud24s2kfsJg/QXcFH HTTP/1.1
Host: post.craigslist.org
User-Agent: Mozilla/5.0 (Linux; Android 4.0.4; KFJWI Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Safari/537.31 OPR/14.0.1074.57453
Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Connection: close
Referer: https://accounts.craigslist.org/
Cookie: cl_b=vkl6q_Ey4xGgtivgwAfFvwoK4dc
next line
CONNECT post.craigslist.org:443 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Proxy-Connection: keep-alive
Host: post.craigslist.org
You can see the CONNECT session is a different User agent