Solved
Forum Discussion
nmrao
11 years agoCommunity Hero
Please see this link http://stackoverflow.com/questions/27242426/java-net-socketexception-connection-reset-with-httpconnection
According to that,one of the reason cab be that url might be https not http.
According to that,one of the reason cab be that url might be https not http.
jim-oakam
11 years agoNew Contributor
Thanks Rao after setting to HTTPS it is now working.
But now it is throwing a different error:
{
"error": "invalid_granttype",
"error_description": "Please enter valid Grant Type"
}
and looking at the representation:
| FAULT | application/json;charset=UTF-8 | 400 |
do you know why?
There is no raw data in postman as i was using "x-www-form-urlencoded" option in the body entering the key and the value based on my request.
- nmrao11 years agoCommunity HeroThough not aware, but check this link
http://stackoverflow.com/questions/10576386/invalid-grant-trying-to-get-oauth-token-from-google