Unanswered question

need help resolving posts resulting in 500 error

Normally when NeoLoad performs a post and there is non static data it will present the post content as a form. In this case it is presented as text. For some reason we are getting response code 500 for this step.

Melvin C.
Melvin C.

Melvin C.

Level
0
38 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The type of the request should not change between recording and runtime except if you manually change it. And it does not depend on the data within the POST request.

In other words, if it was POST request with form type it should remain the same during the runtime.

Do you have an example of the request sent during recording and runtime so i can review them?

Melvin C.
Melvin C.

Melvin C.

Level
0
38 / 100
points

Hi here are both the request and the response we are getting when running this step.