ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Clearing brower cache history and web push endpoint's expiration

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 1 ნახვა
  • ბოლოს გამოეხმაურა Arturo01

A user has an endpoint and receives web push. But if he clears his browser cache, he won't receive web notifications anymore.

So this endpoint becomes kind of "expired". However, if we try sending a push to this user, Mozilla always returned a "201 Created".

In this specific case, could you return an error, e.g. "errno 103 - Expired URL endpoint", telling us that this endpoint won't receive web notifications anymore ?

Thanks

A user has an endpoint and receives web push. But if he clears his browser cache, he won't receive web notifications anymore. So this endpoint becomes kind of "expired". However, if we try sending a push to this user, Mozilla always returned a "201 Created". In this specific case, could you return an error, e.g. "errno 103 - Expired URL endpoint", telling us that this endpoint won't receive web notifications anymore ? Thanks

ყველა პასუხი (1)

Mozilla has been working on this unwanted behavior : https://bugzilla.mozilla.org/show_bug.cgi?id=1277615

It is now fixed with Firefox Developer Edition v49 and it returns a errno106 - No such subscription in this situation.