summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
blob: ea238f9bd1da954588f482425838a2b713e323f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
meta {
  name: webfinger
  type: http
  seq: 2
}

get {
  url: {{HUT_HOSTNAME}}/.well-known/webfinger?resource=acct:sellershut@localhost
  body: none
  auth: inherit
}

params:query {
  resource: acct:sellershut@localhost
}