Solved
Forum Discussion
nmrao
Champion Level 1
10 years agoPlease 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-oakam10 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.
- nmrao10 years ago
Champion Level 1
Though not aware, but check this link
http://stackoverflow.com/questions/10576386/invalid-grant-trying-to-get-oauth-token-from-google