Has anyone managed to consume the Azure Service Management REST API from Android ?
What i have done :
- Uploaded my own certificate to azure.
- Followed and implemented tutorials : http://blog.antoine.li/index.php/2010/10/android-trusting-ssl-certificates/ , Using client/server certificates for two way authentication SSL socket on Android , Trusting all certificates using HttpClient over HTTPS , http://www.howardism.org/Technical/Java/SelfSignedCerts.html (and more...).
Where i am at :
- I am trying to make a request to get a list of hosted services but i get a 403 Forbidden response.(i believe the server failed to authenticate the request).
What i ask :
- Can anyone please tell me the right steps to get it working?