http://bugs.winehq.org/show_bug.cgi?id=21523
Summary: iexplore doesn't follow redirects Product: Wine Version: 1.1.37 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kelfe@gmx.de
Visiting an url that redirects via 302 or 307 response code doesn't work
wine iexplore http://elfe.mine.nu/302.php wine iexplore http://elfe.mine.nu/307.php
expected would be to open the winehq webpage but a white page is shown
php source would be
<?php header('Location: http://www.winehq.org/',TRUE,307); ?>