https://bugs.winehq.org/show_bug.cgi?id=50244 --- Comment #2 from Hans Leidekker <hans(a)meelstraat.net> --- Thanks. The POST request is sent with 599 bytes of data: 0174:trace:winhttp:send_request full request: "POST /api/melodyne4/activateHost?v=1 HTTP/1.1\r\nHost: connect-v1.celemony.com\r\nAccept: application/json\r\nContent-Type: application/json; charset=utf-8\r\nUser-Agent: HTTPProcessor: com.celemony.melodyne\r\nContent-Length: 599\r\nConnection: Keep-Alive\r\n\r\n" It's redirected and then resent without the data: 0174:trace:winhttp:send_request full request: "POST /cgi-bin/WebObjects/LicenseApp.woa/mc/Melodyne4Service/activateHost?v=1 HTTP/1.1\r\nAccept: application/json\r\nUser-Agent: HTTPProcessor: com.celemony.melodyne\r\nConnection: Keep-Alive\r\nHost: connect-v1.celemony.com\r\nContent-Length: 0\r\n\r\n" which probably causes the empty response. -- 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.