Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Does reCaptcha require QUIC?

  • 02-07-2021 9:54am
    #1
    Registered Users, Registered Users 2 Posts: 788 ✭✭✭


    I've inherited a fairly basic application from another dev it's .net 5.0 MVC, it uses reCaptcha v3. I'm having an intermittent issue where the calls to the reCaptcha API are timing out.

    Doesn't seem to be an issue with the code, both the front end calls and the back end calls get time out.

    I've asked the customer's IT team if they're blocking anything from my PC when the app is running locally and they've said the only thing they block is QUIC.

    So does reCaptcha require QUIC to function?


Comments

  • Registered Users, Registered Users 2 Posts: 2 den.iss


    pillphil wrote: »
    basic application from another dev
    Doesn't seem to be an issue with the code



    You need to find a method that makes REST calls and adds extra waiting time. As well as add logs to realize what kind of code error you trying to fix.


  • Registered Users, Registered Users 2 Posts: 788 ✭✭✭pillphil


    Not sure what you mean? I know what is timing out, it's the call to the recaptcha API. It's a simple request made by HttpClient. "https://www.google.com/recaptcha/api/siteverify?secret={0}&response={1}"

    The error is along the lines of "The request has timed out due to the defalt configuration of HttpClient of 100 seconds" (not exactly the error but i don't have access to it to check at the minute.

    The initial call to the API from javascript to load the Recaptcha Logo etc can also time out, so it's not an issue specific to HttpClient
    "https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key"


Advertisement