HTML error pages #22
Labels
No Label
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#22
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The server currently always responds with empty bodies when it returns errors. This is okay for CLI tools, but for users clicking on links, this might not be very clear. Therefore, I'd like to add some basic error pages. This could go hand-in-hand with #12.
To determine when to return HTML, we can look at the
Accept
header.Browser-specific error pagesto HTML error pages