I am using recaptacha in my application and when i am testing it with IIS then it gives me error “operation time out” on recaptcha.validate method however it’s work very fine with local port , what should be the reason of that and what should be solution?
Share
Bigb is right, recaptcha do requires port 80 to communicate with google servers.
Checkout below threads
You need to add proxy server setting for recaptcha in your
web.configfileExample Taken from here