diff options
Diffstat (limited to 'contrib/bruno/users/webfinger.bru')
-rw-r--r-- | contrib/bruno/users/webfinger.bru | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/bruno/users/webfinger.bru b/contrib/bruno/users/webfinger.bru new file mode 100644 index 0000000..14acaab --- /dev/null +++ b/contrib/bruno/users/webfinger.bru @@ -0,0 +1,15 @@ +meta { + name: webfinger + type: http + seq: 2 +} + +get { + url: http://localhost:3000/.well-known/webfinger?resource=acct:sellershut@localhost + body: none + auth: inherit +} + +params:query { + resource: acct:sellershut@localhost +} |