RESOLVED INVALID 31677
[Qt] Page doesn't load when website omits Content-Type
https://bugs.webkit.org/show_bug.cgi?id=31677
Summary [Qt] Page doesn't load when website omits Content-Type
ns1000
Reported 2009-11-19 12:02:08 PST
QtWebkit doesn't load pages when the webserver doesn't send the Content-Type header and (i think) it can't guess the mime-type by the extension. All other major browsers seem to default to mime-type text/html. Example here: http://any-world.ngd.ysm.yahoodns.net/st?ad_type=iframe&ad_size=468x60&section=732502
Attachments
Benjamin Poulain
Comment 1 2010-03-04 03:07:22 PST
Unsupported content have to be handled by the browser, it is not automatic. See QWebPage::unsupportedContent() and setForwardUnsupportedContent().
Note You need to log in before you can comment on or make changes to this bug.