I'm currently experiencing a challenge when trying to simulate the following scenario in my JMeter script. I would truly appreciate any assistance or solutions you can offer.
My goal is to create a JMeter script for a form submission process within a .NET application. One of the HTTP Request Samplers is being redirected to another HTTP request. While my JMeter script replay successfully redirects to the correct HTTP request, it fails to provide the necessary HTTP response.
The error message reads: "Please enable JavaScript to view the page content. Your support ID is: 7865380748200702010."
During script recording, I receive the appropriate response with .NET variables such as View State, View State Generator, Event Validation, and more.
If anyone has encountered this issue before, please lend me your expertise.