[Bug 18384] Battlenet system check: does not submit data to battle.net

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 29 18:33:11 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18384


William Pettersson <william.pettersson at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |william.pettersson at gmail.co
                   |                            |m




--- Comment #11 from William Pettersson <william.pettersson at gmail.com>  2009-05-29 18:33:11 ---
I used WINEDEBUG=+wininet to trace through what's happening.  I'm definitely
seeing a 500 error from Blizzards servers.  More curious though, I'm getting
the following POST

trace:wininet:HTTP_HttpSendRequestW full request -> "POST
/account/systemsurvey/submit.xml?purpose=sc2beta HTTP/1.1\r\nHost:
us.battle.net\r\nContent-Length: 343\r\nUser-Agent: Blizzard Web
Client\r\nCache-Control: no-cache\r\nContent-Type:
application/x-www-form-urlencoded\n\nContent-Length:
343\r\n\r\n&email=123456789012345678 at gmail.com&key=c6b177128"...

Now that is not my real email address, but I simply changed each letter into a
number.  Apparently the content-length is 343, but the data in this POST is
nowhere near 343 bytes.  I get the feeling that something else is still amiss.

I'll attach my wininet trace as well, if anyone wants to look through it.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list