openstack swift - curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' url:8080/auth/v1.0 results in "HTTP/1.1 400 Bad Request" -
i have tried setup saio - swift in 1 per instructions in "http://docs.openstack.org/developer/swift/development_saio.html"
but when execute "curl -v -h 'x-storage-user: test:tester' -h 'x-storage-pass: testing' url:8080/auth/v1.0", results in "http/1.1 400 bad request".
i new cloud computing , hence in matter appreciated.
i encountered similar problem. code "worked on system", when tried run code against swift store hosted cleversafe, got same 400 error.
i solved problem using x-auth-user , x-auth-key header names rather x-storage-user , x-storage-pass. unfortunately, swift documentation net clear distinction, if any, between these 2 options.
Comments
Post a Comment