gleung
11 years agoMentor
Testing REST API locally
I am trying to test the REST API on my local machine (particularly the login method). However, I am running into cross domain issues since I am making the call to the staging environment http://mycommunity.com/restapi/vc/authentication/sessions/login from my local machine.
Is there a way to successfully make these calls locally for testing purposes.
Thanks