In addition to our web site we have a WPF client application for our users. We want them to be able to sign up from our client app, and we would like to require re-captcha.
The problem is I can't figure out how to display a re-captcha in our client app so I can send a code along with the request to register an account. I have tried to load a page in the WPF web browser control but the re-captcha doesn't display in the page (when it does in a browser).
Would you be able to help me figure out a way to get a re-captcha code that I could send along with my request to register an account?
1 Answer(s)
-
0
Hi,
This is not related to AspNet Zero but this link can help you <a class="postlink" href="https://stackoverflow.com/questions/14880665/can-i-include-recaptcha-in-a-windows-application-instead-of-in-a-webpage">https://stackoverflow.com/questions/148 ... -a-webpage</a>.