HTML error pages #22
Labels
No labels
Kind/Bug
Kind/Enhancement
Kind/Feature
Project/Lander
Project/Landerctl
idea
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/lander#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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
Acceptheader.Browser-specific error pagesto HTML error pages