summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
blob: a6d15bf87462e05859797578bb05ac1e9b1dd413 (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@{{HUT_DOMAIN}}
  body: none
  auth: inherit
}

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