Handle HTTP error codes #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kj7rrv/netrun#1
Loading…
Reference in New Issue
Block a user
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?
Currently, netrun treats any HTTP response as a script, whether the response code is 200, 404, 500, 418, or anything else; this means it will ask you if you want to run error pages as scripts. It won't try to run the pages (unless you tell it to), but it will show the content in
less
. It should only run the script with a 200, prompt the user for a redirect, and fail otherwise.