BAS Expert need for Funcaptcha solution. [It's solved already but can't move to next page after solving it]

Support
  • I'm looking for BAS expert to guide me how to move to next page after solving funcaptcha. I've solved funcaptcha via

    ac4ee6a5-1f81-477d-87b8-5bca769a4921-image.png

    JAVA CODE:

    var anyCaptchaToken = '[[RESPONSE]]';
    var enc = document.getElementById('enforcementFrame');
    var encWin = enc.contentWindow || enc;
    var encDoc = enc.contentDocument || encWin.document;
    let script = encDoc.createElement('SCRIPT');
    script.append('function AnyCaptchaSubmit(token) { parent.postMessage(JSON.stringify({ eventId: "challenge-complete", payload: { sessionToken: token } }), "*") }');
    encDoc.documentElement.appendChild(script);
    encWin.AnyCaptchaSubmit(anyCaptchaToken);

    Any help will be appreciated. If it's need to be done paid. I can pay.

  • @MrX did you fix?

    if you did fix, can u explain how?

  • @aefrgn I have a fix

  • BAS Update: Broken

    Support
    0 Votes
    5 Posts
    900 Views
  • Twitter Funcaptcha

    Support
    0 Votes
    3 Posts
    963 Views
  • Sample Script Library BAS

    Support
    3 Votes
    4 Posts
    1108 Views
  • need funcaptcha module

    Support
    -1 Votes
    8 Posts
    1880 Views
  • 0 Votes
    4 Posts
    1269 Views