Skip to content

Instantly share code, notes, and snippets.

@clayg
Created February 11, 2015 20:22
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 clayg/b675444fadbe063eeb98 to your computer and use it in GitHub Desktop.
Save clayg/b675444fadbe063eeb98 to your computer and use it in GitHub Desktop.
vagrant@saio:~$ curl -H 'x-auth-token: AUTH_tk9f7d38a8a8ae46eb951225***' http://saio:8080/v1/AUTH_test2/test/test -H 'content-length: 0' -H 'x-copy-from-account;' -H 'x-copy-from: /test/test' -XPUT -v
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to saio (127.0.0.1) port 8080 (#0)
> PUT /v1/AUTH_test2/test/test HTTP/1.1
> User-Agent: curl/7.35.0
> Host: saio:8080
> Accept: */*
> x-auth-token: AUTH_tk9f7d38a8a8ae46eb95***
> content-length: 0
> x-copy-from-account:
> x-copy-from: /test/test
>
< HTTP/1.1 404 Not Found
< Content-Length: 70
< Content-Type: text/html; charset=UTF-8
< X-Trans-Id: txf05fec97752f464b89895-0054dbb5aa
< Date: Wed, 11 Feb 2015 20:03:54 GMT
<
* Connection #0 to host saio left intact
<html><h1>Not Found</h1><p>The resource could not be found.</p></html>vagrant@saio:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment