Unapi support does not resolve relative URLs in autodiscovery link
This works:
<link rel="unapi-server" type="application/xml" title="unAPI" href="http://example.com/unapi/" />
This doesn't:
<link rel="unapi-server" type="application/xml" title="unAPI" href="/unapi/" />
<link rel="unapi-server" type="application/xml" title="unAPI" href="http://example.com/unapi/" />
This doesn't:
<link rel="unapi-server" type="application/xml" title="unAPI" href="/unapi/" />
I don't think it matters what the unapi people think about this. The <link> element is defined by HTML, and allows relative URIs.
Can I get a ticket? Thanks.