View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002872 | NetSurf | [All Projects] General | public | 2024-05-08 00:11 | 2024-05-27 12:54 | ||||||||
Reporter | Mike Hobbs | ||||||||||||
Assigned To | kinnison | ||||||||||||
Severity | major | Reproducibility | always | ||||||||||
Status | confirmed | Resolution | open | ||||||||||
Platform | VRPC, RISCOSbits Chimera | OS | RISCOS | OS Version | 4.02, 5.29 | ||||||||
Product Version | 3.11 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002872: Failure to handle http fetch from specific web site | ||||||||||||
Description | Visiting https://stateofthenation.co/ results in error: Unrecognized or bad HTTP Content or Transfer-Encoding Browsers on other platforms (Windows, iOS) render this site OK. Iris also exhibits an issue with it, rendering a page of random text, so it looks like an encoding issue. I tagged this as "always" reproducible but once, immediately after booting RISCOS, the page rendered correctly in NetSurf, but all subsequent attempts failed. | ||||||||||||
Steps To Reproduce | Visit the URL in description. If it renders OK, try again and it will probably fail. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | 6696 | ||||||||||||
URL of problem page | https://stateofthenation.co/ | ||||||||||||
Attached Files |
|
Notes | |
kinnison (administrator) 2024-05-24 20:12 |
This issue is possibly that the server is ignoring our "Accept-Encoding: gzip" header and is returning "Content-Encoding: br" regardless. We need to add Brotli support to the riscos build of curl which we use before this will work. In the meantime you're encouraged to contact the site maintainers and tell them that they're out-of-compliance. |
kinnison (administrator) 2024-05-27 12:54 |
This is definitely something we might be able to fix if we can get brotlidec into our SDK. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-08 00:11 | Mike Hobbs | New Issue | |
2024-05-08 00:11 | Mike Hobbs | File Added: netsurf_log.zip | |
2024-05-24 20:12 | kinnison | Note Added: 0002446 | |
2024-05-27 12:54 | kinnison | Assigned To | => kinnison |
2024-05-27 12:54 | kinnison | Status | new => confirmed |
2024-05-27 12:54 | kinnison | Note Added: 0002456 |