Hi Adrian,
Yes. It is ASP.Net and i am using teh latest build of reCaptcha.
I get the error "The reCAPTCHA server is unavailable." after setting
the proxy
System.Net.WebProxy proxy = new System.Net.WebProxy(new
Uri("
http://xx.xx.xx.xx"));
proxy.Credentials = new
System.Net.NetworkCredential("myusername", "passwd");
recaptcha.Proxy = proxy;
Please help
Regards,
Srini
On Aug 26, 2:02 pm, Adrian Godong <
adrian.god...@gmail.com> wrote:
> Is it
ASP.NET?
>
> If it is, you may want to look at this issue:
http://code.google.com/p/recaptcha/issues/detail?id=49
>
> Basically, just create your own IWebProxy instance and pass it to the
> control.
>
> I'm not sure about the real usage scenario, I never have any chance. But if
> you have a possibly easier alternatives, please let me know.
>
>
>
>
>
> On Mon, Jul 26, 2010 at 23:50, Dan G <
dangros...@gmail.com> wrote:
> > I've got the reCaptcha Image displaying nice and pretty on my page,
> > but the validator is always false. The development server sits behind
> > a firewall and a proxy that requires authentication. I followed this
> > guide here:
> >
http://wiki.recaptcha.net/index.php/Using_reCaptcha_on_IIS_through_a_...
> > but I'm still not able to successfully validate.
>
> > The error message returned is: "The reCAPTCHA server is unavailable"
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "reCAPTCHA" group.
> > To post to this group, send email to
reca...@googlegroups.com.
> > To unsubscribe from this group, send email to
> >
recaptcha+...@googlegroups.com<recaptcha%2Bunsubscribe@googlegroups.com>
> > .
> adrian.god...@gmail.com- Hide quoted text -
>
> - Show quoted text -