Facing issue with Feeders

i am facing an issue with the response body.

the request is like this : {“referenceText1”:“free”,“referenceText2”:"",“referenceText3”:""}

i have changed to : .body("""{“referenceText1”:"${text}",“referenceText2”:"",“referenceText3”:""}""")

in place of test i am just pumping texts. : .feed(csv(“EditText.csv”).circular)

unfortunately this request is getting failing .please help me.

can you send the entire code?

I suspect that you’re not setting the appropriate Content-Type header.

Gatling 1 is no longer supported. Please upgrade.