6

I can't find an answer to that question, secure token is an option but how can I use it with javascript only?

In my recaptcha app configuration I have localhost as domain, what should I put there when I want to display it in a Phonegap app?

iamdeit
  • 5,485
  • 4
  • 26
  • 40
  • 1
    Umm... and what's the purpose of having captcha in installable application? – c-smile Jan 16 '16 at 02:27
  • I dont know, do you think is not necessary? – iamdeit Jan 16 '16 at 02:38
  • @c-smile well, then existence of tools like [this one](http://dustingram.com/articles/2010/06/18/automated-control-of-an-android-device-with-python/) makes it very possible to control an app using scripting, so captcha could be a solution...? – fixmycode Jan 16 '16 at 04:09
  • @dieg8 captcha is needed if that page is sitting on server. If that page is part of your application and only your application can open it then captcha is not needed. I don't think we have robots capable to go to appstore and install application automatically. And yet to inject their code into your app on the device to send data ... – c-smile Jan 16 '16 at 05:32
  • 3
    All the HTML and JS files are part of the Phonegap application. The problem is that the forms inside the app are sent to a WebService. What if they use a bot to simulate clicks on the "Send Form" button? – iamdeit Jan 16 '16 at 05:50
  • As a workaround its possible to use inAppBrowser to display captcha. – Sol Dec 09 '17 at 10:26
  • Does this answer your question? [reCaptcha usage in cordova/phonegap application](https://stackoverflow.com/questions/32611205/recaptcha-usage-in-cordova-phonegap-application) – Frédéric Camblor Nov 13 '19 at 17:31

0 Answers0