summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/webfinger.bru
blob: 14acaabfbe4935486ddfeb8009b68d4dc9788bf0 (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: http://localhost:3000/.well-known/webfinger?resource=acct:sellershut@localhost
  body: none
  auth: inherit
}

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