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/" />
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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.