mirror of
https://github.com/bitcoin/bips.git
synced 2025-06-30 12:42:43 +00:00
Added note about handling HTTP statuses which are neither error nor success.
This commit is contained in:
parent
d3d1f242fd
commit
e91d87919b
@ -45,7 +45,9 @@ in RFC 2616):
|
|||||||
|
|
||||||
If a PaymentRequest cannot be obtained (perhaps the server is
|
If a PaymentRequest cannot be obtained (perhaps the server is
|
||||||
unavailable), then the customer should be informed that the merchant's
|
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==
|
==Compatibility==
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user