chinwagsocial/spec/fixtures/requests/oembed_invalid_xml.html
Akihiko Odaki (@fn_aki@pawoo.net) e674608d10 A minor change for ProviderDiscovery and spec (#3543)
* 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
2017-06-04 14:59:40 +02:00

8 lines
132 B
HTML

<!DOCTYPE html>
<html>
<head>
<link href=':' rel='alternate' type='application/xml+oembed'>
</head>
<body></body>
</html>