If I subscribe with sub /inbox, I'll only get notified when someone POSTs to https://pod.com/inbox.
If I subscribe with sub /inbox/, I'll only get notified when someone POSTs to https://pod.com/inbox/.
I think it would be better if, regardless of whether I included a trailing slash in my sub command, and regardless of whether the url of the POST request has one, the notification would arrive?
If I subscribe with
sub /inbox, I'll only get notified when someone POSTs to https://pod.com/inbox.If I subscribe with
sub /inbox/, I'll only get notified when someone POSTs to https://pod.com/inbox/.I think it would be better if, regardless of whether I included a trailing slash in my
subcommand, and regardless of whether the url of the POST request has one, the notification would arrive?