diff options
author | Ross Nicoll <jrn@jrn.me.uk> | 2014-04-26 17:34:03 +0100 |
---|---|---|
committer | Ross Nicoll <jrn@jrn.me.uk> | 2014-04-26 17:34:03 +0100 |
commit | d3d1f242fd13527137f01310458132c5a324e79a (patch) | |
tree | aab1758d534c8fabcc7cbea566f2009c87cf76b8 /bip-0072.mediawiki | |
parent | 432b98240fb8ed7680af0466b080684b1dea5760 (diff) |
Added reference to RFC 2616 to BIP0072.
Diffstat (limited to 'bip-0072.mediawiki')
-rw-r--r-- | bip-0072.mediawiki | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki index dae53f4..e4ed52f 100644 --- a/bip-0072.mediawiki +++ b/bip-0072.mediawiki @@ -38,7 +38,9 @@ described in BIP 70. Bitcoin wallets must support fetching PaymentRequests via http and https protocols; they may support other protocols. Wallets must -include an Accept HTTP header in HTTP(s) requests: +include an "Accept" HTTP header in HTTP(s) requests (as defined +in RFC 2616): + <pre>Accept: application/bitcoin-paymentrequest</pre> If a PaymentRequest cannot be obtained (perhaps the server is @@ -59,3 +61,7 @@ Non-backwards-compatible equivalent: <pre> bitcoin:?r=https://merchant.com/pay.php?h%3D2a8628fc2fbe </pre> + +==References== + +[[http://www.w3.org/Protocols/rfc2616/rfc2616.html|RFC 2616]] : Hypertext Transfer Protocol -- HTTP/1.1
\ No newline at end of file |