You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
A user of web-push-libs/web-push-php#62 had got the error 104-413 "Payload too large", because the library automatically pad the payload to the max length specified in the draft (4096 bytes), for security intents. This is not a standard behavior (5th paragraph).
If there are indeed restrictions (is it really the case though?), I feel the service worker should at least receive an empty data push event, or a push event with truncated data.
Hi,
A user of web-push-libs/web-push-php#62 had got the error 104-413 "Payload too large", because the library automatically pad the payload to the max length specified in the draft (4096 bytes), for security intents. This is not a standard behavior (5th paragraph).
If there are indeed restrictions (is it really the case though?), I feel the service worker should at least receive an empty data push event, or a push event with truncated data.