Google invisible reCAPTCHA issue challenge

Google invisible reCAPTCHA issue - Please upgrade to a supported browser to get a reCAPTCHA challenge!

Now, resolved the invisible reCAPTCHA issue following below steps!

Issue -  Please upgrade to a supported browser to get a reCAPTCHA challenge.
Alternatively if you think you are getting this page in error, please check your internet connection and reload.


Solutions - Previously I am using the bundling concepts to render the Google invisible reCAPTCHA APIs scripts i.e.
bundles.Add(new ScriptBundle("~/bundles/recaptcha", "//www.google.com/recaptcha/api.js").Include("~/Scripts/recaptcha-api.js"));


So, the above invisible reCAPTCHA API scripts is not rendering with secure https port (https://www.google.com/recaptcha/api.js'). It’s simply render non secure port (http://www.google.com/recaptcha/api.js'). So Google invisible reCAPTCHA not processing your request successfully!

Now, I am using the below line of code to rendering reCAPTCHA API scripts i.e.
@Scripts.Render("https://www.google.com/recaptcha/api.js")



I hope you are enjoying with this post! Please share with you friends. Thank you so much!
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

www.code-sample.com/. Powered by Blogger.
^