[PR #1535] [CLOSED] Fix curl command example in Notifications component #1632

Closed
opened 2026-05-07 01:03:00 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1535
Author: @jjasghar
Created: 1/5/2026
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • e0e023d Fix curl command example in Notifications component

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 web/src/components/Notifications.jsx (+1 -1)

📄 Description

It seems at least in my testing, no response happens without the https:// prepended.

for instance:

➜  ~ curl -d 'hi' ntfy.example.com/p6r76PFAKE_THINGHtRZ3x
➜  ~ curl -d 'hi' https://ntfy.example.com/p6r76PFAKE_THINGHtRZ3x
{"id":"LURnWXPPmkDM","time":1767634827,"expires":1767678027,"event":"message","topic":"p6r76PFAKE_THINGHtRZ3x","message":"hi"}

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/1535 **Author:** [@jjasghar](https://github.com/jjasghar) **Created:** 1/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e0e023d`](https://github.com/binwiederhier/ntfy/commit/e0e023dc49b86b7d608f1bfe6936b88a58374f68) Fix curl command example in Notifications component ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/src/components/Notifications.jsx` (+1 -1) </details> ### 📄 Description It seems at least in my testing, no response happens without the `https://` prepended. for instance: ``` ➜ ~ curl -d 'hi' ntfy.example.com/p6r76PFAKE_THINGHtRZ3x ➜ ~ curl -d 'hi' https://ntfy.example.com/p6r76PFAKE_THINGHtRZ3x {"id":"LURnWXPPmkDM","time":1767634827,"expires":1767678027,"event":"message","topic":"p6r76PFAKE_THINGHtRZ3x","message":"hi"} ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:03:00 +02:00
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#1632
No description provided.