e674608d10
* Do not default the format in ProviderDiscovery The format should be determined when discovering, as it is in the current implementation, and it is a flaw if it is not determined. * Spec ProviderDiscovery
9 lines
248 B
HTML
9 lines
248 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href='https://host/provider.json' rel='alternate' type='application/json+oembed'>
|
|
<link href='https://host/provider.xml' rel='alternate' type='application/xml+oembed'>
|
|
</head>
|
|
<body></body>
|
|
</html>
|