trying a REST call for Login, which worked in the Standalone version leads to the following message : “10601 The HTTP request failed peer not authenticated” ?!
Hi, are you using a Standalone version of Backendless?
No, but it is an old account. I created a new application today and tried to REST-Login.
But I’m using a Standalone version in parallel
Hi Raymond,
Please provide your:
- Application ID
Request using which you're trying to login (URL, headers, body)
App ID : EBF67D17-4A16-8501-FF5C-C17451050600
URI : https://develop.backendless.com:80/api/v1/users/login
Header : [
[
“application-id”,
" EBF67D17-4A16-8501-FF5C-C17451050600"
],
[
“secret-key”,
" F1BB01E9-0018-BA0D-FFF2-068D63876600"
],
[
“Content-Type”,
“application/json”
],
[
“application-type”,
“REST”
]
]
body : {
“password”: “ra2005”,
“login”: "raytress@me.com"
}
In online version the URI should be https://api.backendless.com/v1/users/login
THX, I#ll give it a try tomorrow…
THX Sergey,
this works of course! I ignored the delta in the URI between Standalone and Cloud.
Have to adjust my methods!