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
It seems to me that your usage of the library is non-standard. Why bother creating your own Http objects? Maybe try following the simpler usage in the example code?
Has anyone got web push working with iOS Safari (w/PWA)?
I posted the following on StackOverflow, but got no response.
We can send web push from java server to PWA on Android/Chrome works fine, but sending to PWA on iPhone/Safari fails with 403 Forbidden.
Works fine on Android phone
Request to fcm.googleapis.com
Response
Fails on iPhone
Request to web.push.apple.com
Response
I'm using the webpush-java library to prepare the web push request. Here's the send code:
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: