Recaptcha v2 on local server!

0

First of all, if this question does not fit here you do not have to refuse to just say that I remove it. But anyway, I believe that all the developers have gone through this problem, I could not test the recaptcha google on localhost only in areas on the web. So I was thinking, there must be a way! Could anyone tell me if there is such a possibility? Because I'm having a great workforce here with an application I'm doing .NET because of that, I have to be leveling all the time on the web to test the settings as on my localhost I can not see!

    
asked by anonymous 05.06.2018 / 19:33

1 answer

1

According to the recaptcha any key is valid pointing to localhost or 127.0.0.1 within your application.  If you use another path to test your environment you can create a new application and enter your url for testing, so you will have a production key and a key for approval.

    
05.06.2018 / 19:45