I've been reviewing documentation for the Softlayer object storage auth endpoint found here: http://sldn.softlayer.com/article/Introduction-Object-Storage#Authentication_Endpoints
However I can't find any examples of how to exactly pass the authentication information over - do I send it via headers? If so what are the header names?
I've tried using the following endpoint: Public Network: https://dal05.objectstorage.softlayer.net/auth/v1.0
And also using headers such as x-auth-token for the password and x-auth-user for the username.
I also tried authentication using Http Basic authentication.
No luck on either.