I have recorded a script in Jmeter via HTTP script recorder but when i run the script i'm getting Object moved here error for on of the samplers of login transaction. When search for the same request in the recorded xml i can see it has given a valid output. Can someone tell me why when i'm running the script then only it is showing this error. Please find below snapshots for reference.
- Request from recording xml: Recorded_Request_body
- Request header from recording xml: Recorded_Request_header
- Request response from recording xml: Recorded_Request_response
- Request from script: Script_Request_body
- Header from script: Script_Header
- Response from script: Script_Response_body
If its not clear from above images i can confirm that the request body and header from both the recording xml and script view tree are same.
Can someone help me to understand why i'm getting this object moved error? Thanks in advance.