Hi Everyone,
I have recently migrated My Api’s from gatling 2.2.5 to gatling 3.8.4, I have resolved all the dependency issues and Api’s are working fine however I have found in few UI backend Api’s some post endpoints that were fine in old version are now throwing error with http response code - 400 even though all inputs like headers, bodies, request URL etc all same. I have also tried to run same request manually through postman and it’s working with same inputs.
error I am getting in gatling 3.8.4
HTTP response:
status:
400 Bad Request
body:
{“errors”:[{“title”:“Malformed Request Headers”,“status”:“400”,“detail”:“invalid mediatype format”,“code”:“575005”}]}
Kindly suggest me way to resolve this issue in gatling 3.8.4
Thanks,
Adesh