mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Validation Process of Redirect #1102
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1102
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?
Originally created by @DanCue44 on GitHub (Jan 28, 2026).
Is your feature request related to a problem? Please describe.
I'm working on a dashboard that is currently housed in the PiKVM. I navigate to [domain].ts.net/pikvm_dashboard.html and then it prompts me to authenticate. Instead of taking me to the page it will redirect to your main page. This is because PiKVM's authentication system redirects back to the default page (usually /) after login, not to the page originally navigated to.
Describe the solution you'd like
Either allow whitelist of user-specified URLs or allow user to select redirect behavior. Instead of redirecting to /, allow option to redirect to original page they were navigating to.
Describe alternatives you've considered
Either of the above options would do. Option to choose redirect behavior would be simplest from a user perspective, but allowing whitelist of user-specified URLs would work. The end user would just need to know they had to enter HTML like I have below. The positive of this approach is that the user can make their login form look how they want it to look.
Additional context
Here is the bit of code I was using: