Skip to content

Instantly share code, notes, and snippets.

@michielbdejong
Last active December 28, 2015 12:59
Show Gist options
  • Save michielbdejong/7504098 to your computer and use it in GitHub Desktop.
Save michielbdejong/7504098 to your computer and use it in GitHub Desktop.
webfinger
curl -ik https://michielbdejong.com/.well-known/webfinger?resource=acct:[email protected]
HTTP/1.1 200 OK
Date: Sat, 16 Nov 2013 19:16:53 GMT
Accept-Ranges: bytes
ETag: "485-1376408399000"
Cache-Control: public, max-age=0
Last-Modified: Tue, 13 Aug 2013 15:39:59 GMT
Content-Type: application/octet-stream
Content-Length: 485
X-Powered-By: https://github.com/michielbdejong/welten
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS
{
"links":[{
"rel": "remotestorage",
"href": "https://apps.michielbdejong.com:4430/?user=admin&path=",
"properties": {
"http://remotestorage.io/spec/version": "draft-dejong-remotestorage-02",
"http://tools.ietf.org/html/rfc6750#section-4.2": "https://3pp.io:4439/oauth/michiel"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment