[Webkit-unassigned] [Bug 247128] New: Web push notifications sent to web.push.apple.com return 400 BadUrgency
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 27 08:11:46 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=247128
Bug ID: 247128
Summary: Web push notifications sent to web.push.apple.com
return 400 BadUrgency
Product: WebKit
Version: Safari 16
Hardware: Unspecified
OS: macOS 13
Status: NEW
Severity: Critical
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: collimarco91 at gmail.com
Safari 16 on MacOS Ventura added support for the Push API.
However the Apple push service has a serious bug that prevents all the push messages from being delivered.
We get this error:
400 Bad Request
{"reason":"BadUrgency"}
This is clearly a bug in the Apple push service since we use the exact same code (https://github.com/zaru/webpush) to deliver billions of notifications to all the other browsers (Google FCM, Mozilla Autopush, etc.).
The only values that we use for the Urgency header are 'high' or 'normal' and they are both allowed by the standard.
If you need more detailed information we can provide that here or through email (support at pushpad.xyz) if it's more sensitive.
Please investigate this issue or forward this to the right team that manages the Apple push service (web.push.apple.com).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221027/957ce6ef/attachment.htm>
More information about the webkit-unassigned
mailing list