<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><font class="Apple-style-span" face="'times new roman', 'new york', times, serif">I just went through this exercise. See if my blog on this topic helps: </font><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif; font-size: 16px; line-height: 12px; "><a target="blank" href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fbit%2Ely%2Fuku6VN&urlhash=VFHx&_t=tracking_anet" rel="nofollow" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: initial; outline-style: none; outline-color: initial;
 font-weight: inherit; font-style: inherit; font-size: 16px; font-family: inherit; vertical-align: baseline; text-decoration: none; color: rgb(0, 102, 153); ">http://bit.ly/uku6VN</a></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">Good luck,</span><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman',
 'new york', times, serif; font-size: 16px; ">Regards,</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">Amar</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">==</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; "><br></span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; "><span
 class="Apple-style-span" style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; ">From: Salman Zubair Toor <<a ymailto="mailto:salman.toor@it.uu.se" href="mailto:salman.toor@it.uu.se">salman.toor@it.uu.se</a>></span><br></div><div style="font-size: 10pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; ">To: Marcelo Martins <<a ymailto="mailto:btorch-os@zeroaccess.org" href="mailto:btorch-os@zeroaccess.org">btorch-os@zeroaccess.org</a>><br>Cc: <a ymailto="mailto:openstack-operators@lists.openstack.org" href="mailto:openstack-operators@lists.openstack.org">openstack-operators@lists.openstack.org</a><br>Subject: Re: [Openstack-operators] Problem send HTTP GET request.<br>Message-ID: <<a ymailto="mailto:43121C3F-AEFB-40C7-B63C-AB7BD13E12DF@it.uu.se"
 href="mailto:43121C3F-AEFB-40C7-B63C-AB7BD13E12DF@it.uu.se">43121C3F-AEFB-40C7-B63C-AB7BD13E12DF@it.uu.se</a>><br>Content-Type: text/plain; charset="windows-1252"; Format="flowed";<br>    DelSp="yes"<br><br>Hi Marcelo,<br><br>Thanks for the reply.<br><br>With curl I manage to access the file.<br><br># curl -v -k -H 'X-Storage-User: system:root' -H 'X-Storage-Pass:  <br>testpass' <a href="https://swift.uppmax.se:443/auth/v1.0" target="_blank">https://swift.uppmax.se:443/auth/v1.0</a><br><br># curl -v -k -H "GET HTTP/1.1" -H 'X-Auth-Token:  <br>AUTH_tk63e5a2291f9b44a1ab5afb9674c05779' <a href="https://swift.uppmax.se/v1/AUTH_286270d2-3d18-46f5-a5dc-7c6c88da1e7d/rootContainer/eventdata.root" target="_blank">https://swift.uppmax.se/v1/AUTH_286270d2-3d18-46f5-a5dc-7c6c88da1e7d/rootContainer/eventdata.root</a><br><br>following is the correct header<br><br><br> > GET /v1/AUTH_286270d2-3d18-46f5-a5dc-7c6c88da1e7d/rootContainer/
 <br>eventdata.root HTTP/1.1<br> > User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7  <br>OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15<br> > Host: swift.uppmax.se<br> > Accept: */*<br> > X-Auth-Token: AUTH_tk63e5a2291f9b44a1ab5afb9674c05779<br><br><br>Actually my original task is a bit different. I am working on a  <br>project where we already have S3 plugin available and I want to access  <br>SWIFT using S3 plugin,<br>Thats why I want to use Authentication rather than X-Auth-Token.<br><br>With this solution I can continue but is there anything else you want  <br>me to try ?<br><br>Regards..<br>Salman.<br><br><br><br><br></div></div></div></body></html>