How to use google captcha when network block google.com
number of user used our website portal for using our service.
Recently we have enable google captcha v2 and its working fine. however some of our clients not able to use our sites b/c there are not allowing internet to their employee and captcha is blocked or its not showing.
they are not convinced to allow internet on their network b/c of their policy but they agreed to allow some custom URl .
any work arround for this scenario.
asp.net webforms recaptcha captcha
add a comment |
number of user used our website portal for using our service.
Recently we have enable google captcha v2 and its working fine. however some of our clients not able to use our sites b/c there are not allowing internet to their employee and captcha is blocked or its not showing.
they are not convinced to allow internet on their network b/c of their policy but they agreed to allow some custom URl .
any work arround for this scenario.
asp.net webforms recaptcha captcha
add a comment |
number of user used our website portal for using our service.
Recently we have enable google captcha v2 and its working fine. however some of our clients not able to use our sites b/c there are not allowing internet to their employee and captcha is blocked or its not showing.
they are not convinced to allow internet on their network b/c of their policy but they agreed to allow some custom URl .
any work arround for this scenario.
asp.net webforms recaptcha captcha
number of user used our website portal for using our service.
Recently we have enable google captcha v2 and its working fine. however some of our clients not able to use our sites b/c there are not allowing internet to their employee and captcha is blocked or its not showing.
they are not convinced to allow internet on their network b/c of their policy but they agreed to allow some custom URl .
any work arround for this scenario.
asp.net webforms recaptcha captcha
asp.net webforms recaptcha captcha
edited Nov 26 '18 at 9:32
Usman Asif
asked Nov 26 '18 at 7:43
Usman AsifUsman Asif
697
697
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Its near impossible to make a local call from your server to google, and act as the middle man - to communicate with your client - even if you do that probably google recognize you as attacker.
The solution is very simple, use a captcha from existing free source code in the Internet direct on your site.
Here are some:
https://www.codeproject.com/Articles/5947/CAPTCHA-Image
https://www.codeproject.com/Articles/13209/A-CAPTCHA-Control-for-ASP-NET
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
add a comment |
yes its near to impossible
however middle ware or proxy server should do the trick
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53476612%2fhow-to-use-google-captcha-when-network-block-google-com%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Its near impossible to make a local call from your server to google, and act as the middle man - to communicate with your client - even if you do that probably google recognize you as attacker.
The solution is very simple, use a captcha from existing free source code in the Internet direct on your site.
Here are some:
https://www.codeproject.com/Articles/5947/CAPTCHA-Image
https://www.codeproject.com/Articles/13209/A-CAPTCHA-Control-for-ASP-NET
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
add a comment |
Its near impossible to make a local call from your server to google, and act as the middle man - to communicate with your client - even if you do that probably google recognize you as attacker.
The solution is very simple, use a captcha from existing free source code in the Internet direct on your site.
Here are some:
https://www.codeproject.com/Articles/5947/CAPTCHA-Image
https://www.codeproject.com/Articles/13209/A-CAPTCHA-Control-for-ASP-NET
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
add a comment |
Its near impossible to make a local call from your server to google, and act as the middle man - to communicate with your client - even if you do that probably google recognize you as attacker.
The solution is very simple, use a captcha from existing free source code in the Internet direct on your site.
Here are some:
https://www.codeproject.com/Articles/5947/CAPTCHA-Image
https://www.codeproject.com/Articles/13209/A-CAPTCHA-Control-for-ASP-NET
Its near impossible to make a local call from your server to google, and act as the middle man - to communicate with your client - even if you do that probably google recognize you as attacker.
The solution is very simple, use a captcha from existing free source code in the Internet direct on your site.
Here are some:
https://www.codeproject.com/Articles/5947/CAPTCHA-Image
https://www.codeproject.com/Articles/13209/A-CAPTCHA-Control-for-ASP-NET
answered Nov 27 '18 at 15:26
AristosAristos
58.9k12100137
58.9k12100137
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
add a comment |
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
sir i want to use google captcha i dont want to use some other customized or hand made captcha
– Usman Asif
Nov 29 '18 at 4:38
add a comment |
yes its near to impossible
however middle ware or proxy server should do the trick
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
add a comment |
yes its near to impossible
however middle ware or proxy server should do the trick
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
add a comment |
yes its near to impossible
however middle ware or proxy server should do the trick
yes its near to impossible
however middle ware or proxy server should do the trick
answered Nov 30 '18 at 8:00
Usman AsifUsman Asif
697
697
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
add a comment |
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
not with google and captcha
– Aristos
Nov 30 '18 at 11:46
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53476612%2fhow-to-use-google-captcha-when-network-block-google-com%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown