SSL support

I haven’t been able to find whether or not the REST endpoints use https:// or plain http://. Am I correct in assuming they are all https:// (i.e. user passwords are not just sent as plain text)?

Thanks,
-D

How do I specify which base URL to used by the JavaScript SDK?

Use the following call before you you do initApp() (you can change the protocol to http:// ):

Backendless.serverURL = 'https://api.backendless.com';

Both endpoints are available to make it easier for debugging:

https://api.backendless.com

and

http://api.backendless.com

We recommend using the https:// for production purposes.

Regards,
Mark