Jmeter POST request is not processed properly
I want to record editing a JSPWiki side with HTTP-Proxy of Jmeter. After that I want to integrate this request in my test plan.
I added a HTTP Proxy Server and a View Results Tree to my workbench and recorded editing a Wiki page. The new content I wrote into the form was added to the Wikipage, but the View Results Tree brought this up for the edit request:
Response code: 302 Response message: Moved Temporarily
I added this request to a thread group, changed the value for _editedtext (the text of the page with the new text) in this request and started the test. The underlying View results tree brought up Response Code: 200, that everything would be fine, but the content of the side didn't change.
How can I achieve a POST request for the testplan, that actually changes the content of the side?
Thank you