Simple Integration between Sales Cloud and Service Cloud
I'm attempting a simple integration between Oracle's sales cloud and service cloud. From the sales cloud, I'm calling the REST API for service contacts. I added the required credentials and registered the REST in sales first with Basic Authentication for that.
It works without any problems via POSTMAN, but when I invoke it through a script, I get a 401 - Unauthorized message.
Any specific reason for this ?