Additional specs for URI handling (#2759)
This commit is contained in:
parent
aa6a26a2d5
commit
8d4e7504b1
5 changed files with 133 additions and 0 deletions
14
spec/fixtures/requests/localdomain-hostmeta.txt
vendored
Normal file
14
spec/fixtures/requests/localdomain-hostmeta.txt
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
HTTP/1.1 200 OK
|
||||
Server: nginx/1.6.2
|
||||
Date: Sun, 20 Mar 2016 11:11:00 GMT
|
||||
Content-Type: application/xrd+xml
|
||||
Transfer-Encoding: chunked
|
||||
Connection: keep-alive
|
||||
Access-Control-Allow-Origin: *
|
||||
Vary: Accept-Encoding,Cookie
|
||||
Strict-Transport-Security: max-age=31536000; includeSubdomains;
|
||||
|
||||
<?xml version="1.0"?>
|
||||
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
||||
<Link rel="lrdd" type="application/xrd+xml" template="https://webdomain.com/.well-known/webfinger?resource={uri}"/>
|
||||
</XRD>
|
Loading…
Add table
Add a link
Reference in a new issue