IE 8 POST JWebBrowser
Web Browser, Flash Player, HTML editor, Media player for Swing and SWT
Brought to you by:
chrriis
I'm using Win 7 Ultimate (SP1) with IE 8.0.7601.17514.
Since I have no other browser installed (clean install) I guess JWebBrowser is using this browser.
If I try to programmatically create post request and navigate to a site, the POST request is not properly identified.
PHP variables like $_POST don't get filled.
Workaround:
headers.put("Content-Type", "application/x-www-form-urlencoded");