Skip to content

Instantly share code, notes, and snippets.

@notmyname
Last active October 2, 2016 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/b0678451006086951e75ba47d9749772 to your computer and use it in GitHub Desktop.
Save notmyname/b0678451006086951e75ba47d9749772 to your computer and use it in GitHub Desktop.
$  curl -i -H "x-auth-user: test:tester" -H "x-auth-key: testing" http://saio:8080/auth/v1.0
HTTP/1.1 200 OK
X-Storage-Url: http://saio:8080/v1/AUTH_test
X-Auth-Token-Expires: 86377
X-Auth-Token: AUTH_tkee9998acb0b741e7864825bde70faa7c
Content-Type: text/html; charset=UTF-8
X-Storage-Token: AUTH_tkee9998acb0b741e7864825bde70faa7c
Content-Length: 0
X-Trans-Id: txace85f6f75c343e196e86-0057f1712asaio
Date: Sun, 02 Oct 2016 20:42:18 GMT
$  curl -i -H "X-Auth-Token: AUTH_tkee9998acb0b741e7864825bde70faa7c" http://saio:8080/v1/AUTH_test
HTTP/1.1 204 No Content
Content-Type: text/plain; charset=utf-8
X-Account-Object-Count: 0
X-Timestamp: 1475441503.21227
X-Account-Bytes-Used: 0
X-Account-Container-Count: 0
X-Put-Timestamp: 1475441503.21227
Content-Length: 0
X-Trans-Id: tx7172294466264af1ad3ab-0057f1735fsaio
Date: Sun, 02 Oct 2016 20:51:43 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment