#268268 bad http accept header

Package:
w3m
Source:
w3m
Description:
WWW browsable pager with excellent tables/frames support
Submitter:
Wichert Akkerman
Date:
2011-11-15 01:51:05 UTC
Severity:
minor
#268268#5
Date:
2004-08-26 21:29:12 UTC
From:
To:
w3m uses a extremely broad HTTP Accept header in its requests where
it claims to handle all text types. This is not true though: at least
text/xml is not supported.

This breaks when a webserver uses content negotiation to choose between
text/html and text/xml; in my standard apache multiview setup apache
chooses text/xml which results in w3m not being able view the site.

Wichert.

#268268#10
Date:
2010-09-18 17:15:10 UTC
From:
To:
Just find:

Accept: */*

And change to:

Accept: text/html,application/xhtml+xml,*/*

This is a very annoying bug sometimes..

#268268#15
Date:
2010-10-04 02:49:52 UTC
From:
To:
forwarded 268268 http://mi.med.tohoku.ac.jp/~satodai/w3m-dev/201009.month/4413.html
thanks