C# - jQuery real-person allways fails
问题 I use jQuery-realperson plugin. However, the validate of captcha value at server-side, always fails. I saw similar question at SO, but it was about problem that happen on PHP. I need C# code. My client side - js, based on knoskout.js: var validCaptcha = $.ajax({ url: global.webApiConfig.getApiPath('Login/CheckCaptcha'), data: { Value: $('#captcha').data().realperson.hash, PersonValue: $('#captcha').val() }, type: 'POST', cache: false, async: false }); if (validCaptcha.responseText != true