I have a restful API, and I have assigned them all a userId and a secret key. To call the API they provide those credentials for the HTTP Basic Authentication credentials over SSL.
Is this safe enough?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basic Authentication is secure over SSL. Worry not, the username / password portion of the HTTP packet will be encrypted when using SSL.