I am developing apps using Appcelerator Titanium and they integrate with our web service which is hosted in Windows Azure. I need to know what are the most common attacks and what are some best practices to protect against them? I would need you to guide me to some good resources .
Thank you
Ok, Here is what I would call the best possible starting point for securing mobile services:
http://msdn.microsoft.com/en-us/library/windowsazure/hh696898.aspx
If you are running your are running web services in a web role you could also check this one out.
http://www.windowsazure.com/en-us/develop/net/best-practices/security/
I’ve had good use of them both!