Using SDK 2.2, and a connection string of "UseDevelopmentStorage=true; DevelopmentStorageProxyUri=http://ipv4.fiddler", fiddler shows that Storage emulator is returning Bad Request "The value of one of the HTTP headers is not in the correct
format". The headers are "User-Agent: WA-Storage/3.0.1..." and "Authorization: SharedKey devstoreaccount1:<base64 string that changes with each request>" The host is 127.0.0.1:10000, and request is "HEAD /devstoreaccount1/images?restype=container&timeout=90"
(I'm making a request to CreateIfNotExists() for a container named images.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.
It strikes me that this situation is pretty bad - when the tools designed to be used for development/testing BEFORE you go "live" don't work, and the only way to test is to actually go "live".
But it is what it is, and at least that stops me from beating my head against the wall.