Comment 9 for bug 1537811

Revision history for this message
clayg (clay-gerrard) wrote :

You know it's funny, i looked at the bug filed on radowsgw [1] and the example they used was a DELETE request:

vagrant@saio:~$ curl -H 'x-auth-token: AUTH_tkc89814ea435e47849296bf9269f31e12' http://saio:8080/v1/AUTH_test/test/test -XDELETE -v
* Hostname was NOT found in DNS cache
* Trying 127.0.0.1...
* Connected to saio (127.0.0.1) port 8080 (#0)
> DELETE /v1/AUTH_test/test/test HTTP/1.1
> User-Agent: curl/7.35.0
> Host: saio:8080
> Accept: */*
> x-auth-token: AUTH_tkc89814ea435e47849296bf9269f31e12
>
< HTTP/1.1 204 No Content
< Content-Length: 0
< Content-Type: text/html; charset=UTF-8
< X-Trans-Id: tx0bb6d13f4f084b6b94f4f-0057aa065b
< Date: Tue, 09 Aug 2016 16:35:39 GMT
<
* Connection #0 to host saio left intact

I'm not sure what the referenced issue was with Varnish? [1]

1. http://tracker.ceph.com/issues/13582