asked on
{
"apiSpecification": {
"versions": [{
"major": "5",
"minor": "1",
"patch": "3",
"build": "2"
}]
},
"loginFields": [{
"name": "User",
"description": "The user name",
"key": "com.security.provider.login.user",
"length": 40,
"maskedField": false
}, {
"name": "Realm",
"description": "The authentication realm",
"key": "com.security.provider.login.realm",
"length": 40,
"maskedField": false
}, {
"name": "Password",
"description": "The user password",
"key": "com.security.provider.login.password",
"length": 40,
"maskedField": true
}]
}
ASKER
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
first thing that popped on my head what: Why didn't you use WebAPI?
Now to the problem.
You need to do an Ajax call to that service from client-side (JavaScript).
The most used way is through jQuery, and it will look like:
Open in new window