commit 936dfaf4ee93fea04ce6f9dd1611841c50cde315 parent 921792c804ba5475564f9f392170a0e669a3e9f8 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 22 Apr 2025 22:32:30 +0200 add taler-reserve-http variant Diffstat:
| M | payto-payment-target-types/registry.rec | | | 4 | ++++ |
| M | payto-payment-target-types/taler-reserve.txt | | | 8 | ++++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/payto-payment-target-types/registry.rec b/payto-payment-target-types/registry.rec @@ -50,6 +50,10 @@ Name: taler-reserve Reference: taler-reserve.txt Contact: grothoff@gnu.org +Name: taler-reserve-http +Reference: taler-reserve.txt +Contact: grothoff@gnu.org + Name: wallee-transaction Reference: wallee-transaction.txt Contact: habej2@bfh.ch diff --git a/payto-payment-target-types/taler-reserve.txt b/payto-payment-target-types/taler-reserve.txt @@ -11,3 +11,11 @@ payment. The "receiver-name" is typically set to "wallet" as often the actual name of the owner of the wallet is unknown. + +We use + payto://taler-reserve-http/$HOSTNAME/$PUBLIC_KEY + +if the exchange service at $HOSTNAME is only reachable +via HTTP. This is usually only used for testing and +generally not supported in production where HTTPS is +required.