Click here to Skip to main content
15,902,032 members

Comments by manish.communityhub (Top 9 by date)

manish.communityhub 25-Apr-18 8:10am View    
Thanks for your comment but the information is not enough how could I connect to machine
A to machine B via a hosted service.
manish.communityhub 25-Apr-18 8:08am View    
Deleted
Thanks for your comment but the information is not enough how could I connect to machine
A to machine B via a hosted service.
manish.communityhub 3-Nov-17 10:41am View    
I have changed the json
{ 'grant_type': 'password', 'Email': "'" + $('#Email').val() + "'", 'password': "'" + $('#Password').val()+"'" };
But this time it is showing
{"error":"unsupported_grant_type"}
manish.communityhub 3-Nov-17 8:32am View    
But it is working from controller here is the code
HttpContent requestContent = new StringContent("grant_type=password&username=" + Username + "&password=" + Password, Encoding.UTF8, "application/x-www-form-urlencoded");
manish.communityhub 8-Jun-17 8:19am View    
Problem Resolved:
Actually I have not defined public data members of the class