I am using Jmeter
to automate the registration flow of the application.
I have used HTTP(S) Test Script Recorder and recorded the entire application flow. Once I fill the form and hit Register Button. The application is giving me
You cannot proceed with such operation, your reCaptcha reputation is too low.
and hence registration is not successful.
The Registration form also uses 3 hidden fields and form_key is dynamic and other 2 is empty. I have given the Request payload of those 3 hidden fields
-----------------------------285644297641549410313962484796
Content-Disposition: form-data; name="form_key"
ytIteIXb0UyXcoPf
-----------------------------285644297641549410313962484796
Content-Disposition: form-data; name="success_url"
-----------------------------285644297641549410313962484796
Content-Disposition: form-data; name="error_url"
I am stuck as I cant proceed with the registration flow itself.
Please help me with the same.
question from:
https://stackoverflow.com/questions/65645134/registration-flow-is-failing-in-jmeter-and-application-throws-you-cannot-proceed 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…