Hi, I have a problem with sending request by POST method. I need to obtain this kind of values:
Qt Code:
  1. [truncated] Cookie: PHPSESSID=ob2ruo5p0dkl4rka8gebalkjf5; __utmc=1; __utma=1.789422630.1347752739.1347752739.1347752739.1; __utmb=1.1.10.1347752739; __utmz=1.1347752739.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmc=122885273; _
To copy to clipboard, switch view to plain text mode 
to send correct request. How do I get it? I use QNetworkAccessManager class to communicate with server, and checking requests by Whireshark where i found only this difference between original request and genereted by me. The server reply is: "Content-encoded entity body (gzip): 20 bytes [Error: Decompression failed]". Thanks in advance.