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
The text was updated successfully, but these errors were encountered:
eugbyte
changed the title
Wrong subscription.keys.auth value does not return an error
Wrong Subscription.Keys.Auth value does not return an error
Jul 29, 2022
I notice that so long as the appended value to Subscription.Keys.Auth does not exceed length of 2, no error is returned. Otherwise, the error message will be illegal base64 data at input byte 25
Wrong
Subscription.Keys.Auth
value does not return an errorFor example, if I were to append a random value to the Auth field as such,
I still get status code
201
when callingwebpush.SendNotification()
, indicating that the request to send a push message was received and acceptedThe text was updated successfully, but these errors were encountered: