summaryrefslogtreecommitdiff
path: root/bip-0072.mediawiki
diff options
context:
space:
mode:
authorRoss Nicoll <jrn@jrn.me.uk>2014-04-26 17:39:26 +0100
committerRoss Nicoll <jrn@jrn.me.uk>2014-04-26 17:39:26 +0100
commite91d87919bf3cce6d0dcd5c5bf1960c65129c0a5 (patch)
tree02115bebc910903582563fa296db5a77ce97149f /bip-0072.mediawiki
parentd3d1f242fd13527137f01310458132c5a324e79a (diff)
downloadbips-e91d87919bf3cce6d0dcd5c5bf1960c65129c0a5.tar.xz
Added note about handling HTTP statuses which are neither error nor success.
Diffstat (limited to 'bip-0072.mediawiki')
-rw-r--r--bip-0072.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki
index e4ed52f..8617dbe 100644
--- a/bip-0072.mediawiki
+++ b/bip-0072.mediawiki
@@ -45,7 +45,9 @@ in RFC 2616):
If a PaymentRequest cannot be obtained (perhaps the server is
unavailable), then the customer should be informed that the merchant's
-payment processing system is unavailable.
+payment processing system is unavailable. In the case of an HTTP
+request, status codes which are neither success nor error (such as
+redirect) should be handled as outlined in RFC 2616.
==Compatibility==