[Bug 29093] New: Posting data with winhttp fails

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 15 01:02:08 CST 2011


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

             Bug #: 29093
           Summary: Posting data with winhttp fails
           Product: Wine
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: winhttp
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: rosslagerwall at gmail.com
    Classification: Unclassified


Created attachment 37498
  --> http://bugs.winehq.org/attachment.cgi?id=37498
test program

Now that http://bugs.winehq.org/show_bug.cgi?id=29004 is complete, the problem
is that the actual data that is sent during POST for winhttp is incorrect.

Attached is a test program. It posts some sample data to a webpage which dumps
the $_POST variable.

On windows and native winhttp, the output shown is the as the sample data.
With the builtin winhttp, a 403 forbidden page is shown and tcpdump and the web
server error log show that it tried to post binary data (which is obviously
incorrect).

-- 
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