autopush-rs icon indicating copy to clipboard operation
autopush-rs copied to clipboard

Support Push Reciepts

Open jrconlin opened this issue 5 years ago • 1 comments

https://tools.ietf.org/html/rfc8030#section-5.1 notes that push services MUST support push receipts.

This is an offshoot of #1443, where a 202 response contains an async URL that points to where the status of a given message can be fetched.

This does not exist in current implementations of autopush.

┆Issue is synchronized with this Jira Task

jrconlin avatar Dec 02 '20 23:12 jrconlin

This should probably be set as a spike to first discover:

  • The costs of retaining that URL for the status check
  • How long to retain that URL
  • The value of providing this to the end user (how many customers would take advantage of this feature)

jrconlin avatar Apr 17 '25 16:04 jrconlin