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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -