web interface in game ignores 404/403 HTTP header
Added by Thicor over 5 years ago
web interface in game, shows a timeout instead of 404 not found, or 403 forbidden.
I suspect the interface is ignoring the HTTP headers and just waiting for content?
Replies (3)
RE: web interface in game ignores 404/403 HTTP header - Added by nimetu over 5 years ago
i think the problem is support for limited status codes and any content with unknown status code is ignored which results timeout.
same for redirects... ig hates those too ;-)
RE: web interface in game ignores 404/403 HTTP header - Added by Thicor over 5 years ago
Aye, that is exactly what I had suspected. I hadn't tried the redirect (304?) but suspected it would fail as well. Redirect is quite handy though :)
RE: web interface in game ignores 404/403 HTTP header - Added by vl over 5 years ago
As said on another topix, it's an old browser and doesn't support lot of thing.
I handle the redirect but it's not live currently and it's not very fullproof.
(1-3/3)