about summary refs log tree commit diff
path: root/spec/fixtures/requests/redirected.host-meta.txt
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2017-05-02 23:37:26 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-05-02 23:37:26 +0200
commitbea97ea76638552e437a3b6d6f48040449849448 (patch)
tree27a328bd75ef87dce3a99ef44752397b7fb11d7f /spec/fixtures/requests/redirected.host-meta.txt
parent03f3223d72aeba7a58cdcd5f07dfe33559f5b8ec (diff)
Add rspec to further specify FollowRemoteAccountService (#2414)
Diffstat (limited to 'spec/fixtures/requests/redirected.host-meta.txt')
-rw-r--r--spec/fixtures/requests/redirected.host-meta.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/fixtures/requests/redirected.host-meta.txt b/spec/fixtures/requests/redirected.host-meta.txt
new file mode 100644
index 000000000..a4f731b0b
--- /dev/null
+++ b/spec/fixtures/requests/redirected.host-meta.txt
@@ -0,0 +1,15 @@
+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" encoding="UTF-8"?>

+<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">

+ <Link rel="lrdd" type="application/jrd+json" template="https://redirected.com/.well-known/webfinger?resource={uri}"/>

+ <Link rel="lrdd" type="application/json" template="https://redirected.com/.well-known/webfinger?resource={uri}"/>

+</XRD>