Closed
Bug 897112
Opened 11 years ago
Closed 11 years ago
[Simple Push] Notification not received when the Push Handler page and the Registration page are different
Categories
(Core :: DOM: Notifications, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 800431
People
(Reporter: svantipalli, Unassigned)
Details
Attachments
(1 file)
(deleted),
application/zip
|
Details |
STR:
1. Create an app which has an endpoint registration page different from the handler page.(Attached the test app). This can be specified in the manifest.webapp file
2. Do the registration to get the end point url
3. From the terminal do a curl -X PUT --data 'version=10' $endpointurl
Expected Result:
The push notification should be received by the app at the Handler page
Actual Result:
No notification is being received by the app.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•