[GH-ISSUE #1374] Redirect option for webhook/GET trigger requests #970

Closed
opened 2026-05-07 00:29:15 +02:00 by BreizhHardware · 1 comment

Originally created by @CactiChameleon9 on GitHub (Jun 27, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1374

💡 Idea

I would like it to be possible to redirect back to another webpage after making a GET request to ntfy.

i.e. GET https://ntfy.sh/example/trigger?message=foo&redirect=example.com gives a 302 to example.com

Usecase: I would like users to be able submit form data to ntfy using http's action="GET" in a browser, however after submitting the GET request we are left with the raw json response (not very friendly)

💻 Target components

Ntfy server/web

Originally created by @CactiChameleon9 on GitHub (Jun 27, 2025). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1374 <!-- Before you submit, consider asking on Discord/Matrix instead. You'll usually get an answer sooner, and there are more people there to help! - Discord: https://discord.gg/cT7ECsZj9w - Matrix: https://matrix.to/#/#ntfy:matrix.org / https://matrix.to/#/#ntfy-space:matrix.org --> :bulb: **Idea** <!-- Share your thoughts; try to be detailed if you can --> I would like it to be possible to redirect back to another webpage after making a GET request to ntfy. i.e. `GET https://ntfy.sh/example/trigger?message=foo&redirect=example.com` gives a 302 to example.com Usecase: I would like users to be able submit form data to ntfy using http's `action="GET"` in a browser, however after submitting the GET request we are left with the raw json response (not very friendly) :computer: **Target components** <!-- Where should this feature/enhancement be added? --> <!-- e.g. ntfy server, Android app, iOS app, web app --> Ntfy server/web
BreizhHardware 2026-05-07 00:29:15 +02:00
Author
Owner

@binwiederhier commented on GitHub (Jan 20, 2026):

Open redirects are a security risk. I suggest you instead build an app or a website that does that.

<!-- gh-comment-id:3770663211 --> @binwiederhier commented on GitHub (Jan 20, 2026): Open redirects are a security risk. I suggest you instead build an app or a website that does that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#970
No description provided.