[html5] app manifest & 404/500 pages

Ian Hickson ian at hixie.ch
Wed Feb 8 14:29:36 PST 2012


On Wed, 8 Feb 2012, Josh Sharpe wrote:
>
> There must be some altnative or a best-practice that I'm missing here.
> 
> Based on your response I can only conclude that I either
> 1) Don't respond, ever, with 400+ error codes

You can respond with 4xx and 5xx codes, sure. This should never be an 
issue. You'll only ever respond with a 4xx code in the case of a 
client-side error, which should never happen, and you'll only ever respond 
with 5xx codes in the case of a server-side error, in which case you might 
as well be offline.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'



More information about the Help mailing list