mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #629] unifiedpush: Some servers send invalid "Authorization" header, which leads to 401 responses #469
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#469
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 @Boebbele on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/629
Unifiedpush dont works on iodeos with microg.
Ntfy Github fdroid Version.
Push messages with curl from terminal works great.
But unifiedpush dont works. Tested with fedilab, tusky and fluffychat.
If I use unifiedpush with conversations an its integrated pushserver it works perfekt.
@ghost commented on GitHub (Feb 22, 2023):
Additional information:
ntfy also stopped working on Samsung devices after the latest firmware update (Android 13).
Tested with Tusky and Fedilab on a Samsung Galaxy Tab S7 and a Samsung Galaxy S22 Ultra.
@binwiederhier commented on GitHub (Feb 22, 2023):
This is not enough information.
Both ntfy on Android and the ntfy server have significant logging capabilities. Please post some logs or investigate further:
@ghost commented on GitHub (Feb 22, 2023):
Well the log file doesn't show anything except for the NtfySubscriberConn entries telling "Connection is active" which show up every 30 seconds.
I received some notifications in the meanwhile, but none of the show up in the log in any way.
It worked perfectly fine until I guess last week when I received the latest Samsung firmware updates.
After that update ntfy stopped working.
Edot: In the meanwhile some additional entries showed up.
So here is the link to the log
https://nopaste.net/11KT9vDa0m
@Boebbele commented on GitHub (Feb 23, 2023):
survey on problems with UnifiedPush on Mastodon: https://blueplanet.social/@nichu42/109908840871096554
Perhaps it helps...
@binwiederhier commented on GitHub (Feb 23, 2023):
@S1m approached me and explained the actual problem. It seems that some app servers send an
Authorizationheader to ntfy, even though they do not need or should. As of 2.0, ntfy treats the existence of that header as an attempt to authenticate.In order to support these faulty servers, I'll make a change to treat any headers that are not
BasicorBeareras if they did not exist.@binwiederhier commented on GitHub (Feb 23, 2023):
Fixed in
github.com/binwiederhier/ntfy@422ad0cc5d