Have any possibility change "g-recaptcha-response" name
1,955 views
Skip to first unread message
陳傳興
unread,
Jan 8, 2015, 9:34:33 PM1/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
Hi
I want integrate new reCAPTCHA in .NET MVC Web site, but g-recaptcha-response name in .NET is trouble, .NET property or VAR name cann't have "-", Have any possibility change "g-recaptcha-response" name?
Thanks
محمد حسین
unread,
Jan 9, 2015, 3:33:49 AM1/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
You can use grecaptcha.getResponse() to get the response value in client side and set it to any variable you like in the page.
Aaron Knott
unread,
Jan 12, 2015, 2:47:28 AM1/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
You can use GetParam("g-recaptcha-response") while in your controller and set it to any variable.
azhur...@india.com
unread,
Jan 29, 2015, 8:45:57 AM1/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reca...@googlegroups.com
Why do you have to?
on the server side
var response = filterContext.HttpContext.Request["g-recaptcha-response"];