I port forwarded my php script from my localhost to my proxy server. I am able to access all part of my script on the proxy server beside the reCaptcha(it result inERROR for site owner:Invalid domain for site key) I know the site key is correct.
I believe the problem is that I am allowing access to my inital url, so when I'm requesting the Captcha from my proxy it result in the Invalid domain. How do I go about letting google reCaptcha give access to the proxy server too. Is this a script problem or an Apache web server issue?