I am developing prestashop client application for android using default webservices(i.e. using default cloud store, not with my own hosted server).
The issue is with validating customer. Since there is no default webservice to validate username and password(Correct me if am wrong), we need to use "https://xxxx.xxxx.com/api/customers" service with filter parameter of username and encrypted password. And MD5 encryption is done by appending COOKIE_KEY with password.
So someone please tell how to get COOKIE_KEY from my cloud account to encrypt password. By the way i am not php expert
Question
Meringue
Hi,
I am developing prestashop client application for android using default webservices(i.e. using default cloud store, not with my own hosted server).
The issue is with validating customer. Since there is no default webservice to validate username and password(Correct me if am wrong), we need to use "https://xxxx.xxxx.com/api/customers" service with filter parameter of username and encrypted password. And MD5 encryption is done by appending COOKIE_KEY with password.
So someone please tell how to get COOKIE_KEY from my cloud account to encrypt password. By the way i am not php expert
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now