http://bugs.winehq.org/show_bug.cgi?id=29738
Bug #: 29738 Summary: Wininet custom headers Product: Wine Version: 1.4-rc1 Platform: x86 URL: http://netikka.net/dev/wininetget.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: ocean04@suomi24.fi Classification: Unclassified
Small sample: http://netikka.net/dev/wininetget.exe
You will see HOST: netikka.net, netikka.net
That's wrong, even if there is HTTP_ADDREQ_FLAG_ADD (see attached source)
Workaround is winetricks wininet
Patch I added for bug 28911 doesn't help here.
http://bugs.winehq.org/show_bug.cgi?id=29738
--- Comment #1 from ocean04@suomi24.fi 2012-01-29 04:44:48 CST --- Created attachment 38594 --> http://bugs.winehq.org/attachment.cgi?id=38594 Source of the sample
http://bugs.winehq.org/show_bug.cgi?id=29738
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=29738
--- Comment #2 from ocean04@suomi24.fi 2013-05-01 09:00:25 CDT --- Still in wine-1.5.29-49-g8dfd89c
http://bugs.winehq.org/show_bug.cgi?id=29738
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #3 from hanska2@luukku.com --- How this is supposed to work?
I see host as netikka.net and some /dev and pressing the button fetch some info
wine 1.7.22
http://bugs.winehq.org/show_bug.cgi?id=29738
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- The first array item is [HTTP_HOST], to be fixed it must show only:
[HTTP_HOST] => netikka.net
Not:
[HTTP_HOST] => netikka.net, netikka.net
To see that copy the contents of wininetget to a text editor. Each array line will contain header information.
https://bugs.winehq.org/show_bug.cgi?id=29738
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- this is still an issue with 1.7.49, but fixed in wine-staging.
Most likely this will get fixed soon.
https://bugs.winehq.org/show_bug.cgi?id=29738
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=29738
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7bed453481ef76068c6103d2d2b | |533f26c1c43a7 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #6 from ocean04@suomi24.fi --- works
https://bugs.winehq.org/show_bug.cgi?id=29738
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.53.