I was hoping to return a 302 or 307 redirect the browser to the appropriate endpoint. The Auth header isn't included in the redirect, so query parameters are required instead.
I'm new to the cloud -- how are others handling authentication on the client? Kevin On Fri, Aug 23, 2013 at 2:46 PM, Andrew Phillips <andr...@apache.org> wrote: >> Is there a helper to get a signed URL that uses query string >> parameters instead of the Authorization header? > > > As far as I know (one of the OpenStack gurus may correct me), Swift does not > support this via query params. What would you expect the "helper" to do - > transparently rewrite query params to the appropriate header on-the-fly? > > Is there any reason you can't transmit a header in your particular case? > > ap