I'm making a GET call in postman getting
{
"message": "Unknown Exception",
"error": "Unrecognized SSL message, plaintext connection?"
}
But when I do the same GET call from my terminal by converting the same request to curl, it works well. What exactly going wrong?
No issues if I use FireFox RestClient. The only problem is with google's postman.