26 Jan 2023 07:25 PM
Hi all,
im trying to monitor a flow from a web application to pay bills but to acces to the payment method first users need to do a captcha. The browser monitors show me this error:
is there any way to bypass this captcha and monitor this flow ?
thank you all 🙂
Solved! Go to Solution.
26 Jan 2023 08:57 PM
That's the Captcha purpose, to prevent robots/ Synthetic. Unfortunately, you will not be able to bypass this, unless you program your app to skip this captcha for the Synthetic test only (using some request param/custom header/cookies).
26 Jan 2023 09:11 PM
Even thought i knew this, still on my process to getting to know the platform so i thought this could be done. Thank you for the fast help !
27 Jan 2023 03:05 AM - edited 27 Jan 2023 03:06 AM
I also agree. Essentially that's the whole purpose of Captcha, to prevent synthetics and robots from accessing the app. Its basically doing what its supposed to do. If somehow it were possible to bypass this from Dynatrace would be a potential security risk since it would void its actual purpose. This has to be enabled from the application itself