- From: Dave Longley <notifications@github.com>
- Date: Thu, 12 May 2016 09:17:59 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc:
Received on Thursday, 12 May 2016 16:18:46 UTC
This text was proposed as a set of requirements for content from resolved payment method identifiers:
```html
<section>
<h2>Content at Payment Method Identifier URLs</h2>
<p>
Payment method identifier URLs that resolve to content:
</p>
<ol>
<li>MUST be served over HTTPS,</li>
<li>SHOULD support HTTP Content Negotiation,</li>
<li>SHOULD provide a human-readable document that describes the
payment method when <code>text/html</code> is requested, and</li>
<li>SHOULD provide a machine-readable document that describes the
payment method when <code>application/ld+json</code> is requested.
</li>
</ol>
</section>
```
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/issues/46#issuecomment-218808573
Received on Thursday, 12 May 2016 16:18:46 UTC