While executing jmeter script recording in asp dot net webpage, the request is given as POST request in script but in results it shown as a node having 2 request, the first one is having "POST" request but the response data for that request appears as "Object moved to here". The follow redirected option is enabled. The second request is going to the correct page and posting the data but the request is given as GET. Is there any other methods by which the Object moved to here/Response code 302 can be avoided?
Added the screenshots for View state and Event validation post processors and the request in which the post processors are used.
Attached screenshots.