What are best practices when it comes to sending user credentials to stateless services (Let's say ASP.NET Web Api's).
What should be done when SSL is not an option? And is it safe to send user credentials in URL parameters (with or without SSL)?
Thanks in advance