Advertisement
Guest User

Untitled

a guest
Jun 9th, 2015
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. $ curl -i -XGET -H'x-auth-token: *****' http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  2. HTTP/1.1 200 OK
  3. Content-Length: 4
  4. Accept-Ranges: bytes
  5. Last-Modified: Tue, 09 Jun 2015 16:52:52 GMT
  6. Etag: a9823a788388027d9a7a8c19f49e786b
  7. X-Timestamp: 1433868771.47885
  8. Content-Type: application/x-www-form-urlencoded
  9. Inspector-Nodes: http://127.0.0.1:6010/sdb1/947, http://127.0.0.1:6040/sdb4/947, http://127.0.0.1:6020/sdb2/947
  10. Inspector-More-Nodes: http://127.0.0.1:6030/sdb3/947
  11. Inspector-Handlers-Proxy: http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  12. Inspector-Timing: 0.0196998119354
  13. X-Trans-Id: tx4f4f5eb320ba4ef4936db-0055771b3e
  14. Date: Tue, 09 Jun 2015 16:58:38 GMT
  15.  
  16. fooo%
  17.  
  18.  
  19. $ swiftly -D /v1/AUTH_test post -h'X-Account-Sysmeta-Global-Write-Ratelimit: BLACKLIST'
  20.  
  21.  
  22. $ curl -i -XGET -H'x-auth-token: *****' http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  23. HTTP/1.1 200 OK
  24. Content-Length: 4
  25. Accept-Ranges: bytes
  26. Last-Modified: Tue, 09 Jun 2015 16:52:52 GMT
  27. Etag: a9823a788388027d9a7a8c19f49e786b
  28. X-Timestamp: 1433868771.47885
  29. Content-Type: application/x-www-form-urlencoded
  30. Inspector-Nodes: http://127.0.0.1:6010/sdb1/947, http://127.0.0.1:6040/sdb4/947, http://127.0.0.1:6020/sdb2/947
  31. Inspector-More-Nodes: http://127.0.0.1:6030/sdb3/947
  32. Inspector-Handlers-Proxy: http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  33. Inspector-Timing: 1.01265001297
  34. X-Trans-Id: tx14b73a8529f9453596db5-0055771b62
  35. Date: Tue, 09 Jun 2015 16:59:15 GMT
  36.  
  37. fooo%
  38.  
  39.  
  40. $ curl -i -XGET -H'x-auth-token: *****' http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  41. HTTP/1.1 497 Blacklisted
  42. Content-Length: 33
  43. Content-Type: text/html; charset=UTF-8
  44. Inspector-Nodes: http://127.0.0.1:6010/sdb1/947, http://127.0.0.1:6040/sdb4/947, http://127.0.0.1:6020/sdb2/947
  45. Inspector-More-Nodes: http://127.0.0.1:6030/sdb3/947
  46. Inspector-Handlers-Proxy: http://127.0.0.1:8080/v1/AUTH_test/foo/bar
  47. Inspector-Timing: 3.00556111336
  48. X-Trans-Id: tx8395d73c827345608a366-0055771b64
  49. Date: Tue, 09 Jun 2015 16:59:19 GMT
  50.  
  51. Your account has been blacklisted%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement