VENUMASHETTY
4 years agoHelper
API --Issue in Getting the session key
Hello , I am try to call the API : https://[COMMUNITY DOMAIN]/restapi/vc/authentication/sessions/login to the get session key by providing the user name and password , I works fine with postman & able to get the key But trying the implement the same through java script ,receiving the error :
<response status="error">
<error code="302">
<message>
User authentication failed.
</message>
</error>
</response>
Body parameters and headers have been set correctly , Any thoughts to resolve the issue ?