Tagged Questions
11
votes
4answers
447 views
Should users be directed to a 404 page or a landing page?
We have two pages. One is a landing page, given by the route /region. The other is a detail page for a particular region, given by the route /region/summary/{id}. The landing page is the normal way by ...
14
votes
4answers
464 views
Are HTTP error codes user-friendly?
Why do we still have these HTTP error codes?
For me it seems like they are completely useless for the user (not for all but most of them). It says nothing helpful (look at the screenshot above, it ...